Get Authorization Code
GET/authorize
Redirect users to this URL in their browser to start the OAuth flow.
Request
Responses
- 302
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