Skip to main content

Get Authorization Code

GET 

/authorize

Redirect users to this URL in their browser to start the OAuth flow.

Request

Responses

If the user authorizes, the server redirects the user's browser to your provided redirect_uri with an authorization code using the application/x-www-form-urlencoded format.

Example:

  • Success: https://example.com/callback?code=AUTHORIZATION_CODE&state=YOUR_STATE
  • Error: https://example.com/callback?error=access_denied&state=YOUR_STATE
Response Headers
    Location

    The URL to redirect the user's browser to