Retrieve an access token

Obtain a client credentials access token using private_key_jwt authentication.

Form Data
string
enum
required

Must be client_credentials.

Allowed:
string
required

Space-separated scopes required for your integration. CaaS scopes (caas:*)

string
required

Your API client id. Must match iss and sub in client_assertion.

string
required

Signed JWT used to authenticate the client at the token endpoint (private_key_jwt).

string
enum
required

OAuth client assertion type.

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json