Skip to main content
POST
Request an access token
The auth token is valid for one hour.

Body

client_id
string
required

ID returned when generating API Credentials.

client_secret
string
required

Secret returned when generating API Credentials.

Response

200 response.

access_token
string
required

Short-lived auth (access) token that you will pass in the Authorization header of all Deliver and Verify calls.

token_type
string
required

The type of token returned. This will always be "Bearer".

expires_in
number
required

The time in seconds until the token expires.