Skip to main content
POST
Authorization endpoint (form POST)

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Body

application/json
clientId
string | null
redirectUri
string | null
scope
string | null
codeChallenge
string | null
codeChallengeMethod
string | null
state
string | null

Response

200

OK