GET
/
auth
/
authorize

Query Parameters

response_type
enum<string>
required

The response type. Must be 'code' for the authorization code flow.

Available options:
code
client_id
string
required

The client identifier.

redirect_uri
string
required

The URI to redirect to after authorization.

scope
string

The scope of the access request.

state
string

An opaque value used to maintain state between the request and callback.