Authorize
Authorization
Authorize
Start the OAuth authorization flow by redirecting users to the authorization endpoint. Users will grant permission to your application and be redirected back with an authorization code.
GET
Authorize
Authorize
Start the OAuth authorization flow by redirecting users to the authorization endpoint. Users will grant permission to your application and be redirected back with an authorization code.string
required
Your OAuth client ID obtained from the dashboard
string
required
The redirect URI registered with your OAuth client. Must exactly match the registered URI.
string
required
Must be set to
code for authorization code flowstring
required
The scope of access requested. Use
* for full access.redirect_uri with an authorization code:
The authorization code is single-use and expires quickly. Exchange it for an access token immediately.
Query Parameters
Your OAuth client ID obtained from the dashboard
The redirect URI registered with your OAuth client. Must exactly match the registered URI.
Must be set to 'code' for authorization code flow
Available options:
code The scope of access requested. Use '*' for full access.
Response
Redirect to redirect_uri with authorization code