Skip to content
Management API Reference

[Beta] Authorize user through oauth

get/v1/oauth/authorize

Query parameters

  • client_id
    Required
    string
  • response_type
    Required
    enum
  • redirect_uri
    Required
    string
  • scope
    Optional
    string
  • state
    Optional
    string
  • response_mode
    Optional
    string
  • code_challenge
    Optional
    string
  • code_challenge_method
    Optional
    enum
  • organization_slug
    Optional
    string

    Organization slug

  • target_flow
    Optional
    string
  • resource
    Optional
    string

    Resource indicator for MCP (Model Context Protocol) clients

Response codes

  • 204

Response (204)

1
{}