Skip to main content

Create Access Token

The Access Token, a JSON Web Token (JWT), is required for all requests to the Audience Service API and is created using your client_id and client_secret.

Tokens may be revoked using the Revoke Access Token endpoint or will expire within 5 minutes. The expiration time may be found within the payload. However, information within the payload should not be used for any other purpose.

POST
/api/token

Request Body

The Create Access Token endpoint requires API Credentials, `client_id` and `client_secret`, included in the body of the request.

FieldRequiredType

client_id

Required
String

client_secret

Required
String
Loading...