POST
Authorize Post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
action
string
required
client_id
string
required
redirect_uri
string
required
code_challenge
string
required
response_type
string
default:code
scope
string
default:""
state
string
default:""
code_challenge_method
string
default:S256
user_id
string | null

Response

Successful Response