OAuth
Authorize
Create an authorized session
GET
Query Parameters
The response type, must be 'code' for authorization code flow
Available options:
code
Example:
"code"
The client identifier issued to the client during registration
Example:
"client_12345"
The URI to redirect to after authorization is complete
Example:
"https://your-app.com/callback"
Optional value used by the client to maintain state between request and callback
Example:
"xcoiv98sj3coijs"
PKCE code challenge derived from the code verifier
Example:
"E9Melhoa2OwvFrEMTJguCHaoeK1t8URWbuGJSstw-cM"
Method used to derive the code challenge, either 'S256' or 'plain'
Available options:
S256
, plain
Example:
"S256"
Response
302
Redirect to the defined redirect_uri