GET
/
oauth
/
authorize
This response does not have an example.

Query Parameters

client_id
string
required

OAuth2 client identifier

redirect_uri
string<uri>
required

Redirect URI after authorization

response_type
enum<string>
required

Must be 'code' for authorization code flow

Available options:
code
scope
string

Space-separated list of requested scopes

state
string

State parameter for CSRF protection

code_challenge
string

PKCE code challenge

code_challenge_method
enum<string>

PKCE code challenge method

Available options:
S256,
plain

Response

200

Authorization page displayed