Skip to main content
POST
Acquire token

Body

application/json
grantType
enum<string>
required

OAuth2 grant type

Available options:
authorization_code,
refresh_token,
client_credentials
code
string | null

Authorization code (for authorization_code grant)

refreshToken
string | null

Refresh token (for refresh_token grant)

clientId
string | null

Client ID (for client_credentials grant)

clientSecret
string | null

Client secret (for client_credentials grant)

redirectUri
string | null

Redirect URI (for authorization_code grant)

Response

200 - application/json

Token acquired

success
enum<boolean>
Available options:
true
data
object

OAuth2/OIDC token response