Skip to main content
GET
Error

Authorizations

X-API-Key
string
header
required

Query Parameters

response_type
string
required

Must be 'code'

client_id
string
required

OAuth2 client ID

redirect_uri
string
required

Redirect URI registered with the client

code_challenge
string
required

PKCE code challenge

code_challenge_method
string
required

PKCE method, must be 'S256'

state
string

Opaque state value to prevent CSRF

Response

Found