Acquire token
Authentication
Acquire token
Acquire an access token via OAuth2/OIDC. Supports authorization_code, refresh_token, and client_credentials grant types.
POST
Acquire token
Body
application/json
OAuth2 grant type
Available options:
authorization_code, refresh_token, client_credentials Authorization code (for authorization_code grant)
Refresh token (for refresh_token grant)
Client ID (for client_credentials grant)
Client secret (for client_credentials grant)
Redirect URI (for authorization_code grant)