How to authenticate
Request Access Token
POST
The auth token is valid for one hour.
Body
ID returned when generating API Credentials.
Secret returned when generating API Credentials.
Response
200
application/json
200 response.
Short-lived auth (access) token that you will pass in the Authorization header of all Deliver calls.
The type of token returned. This will always be "Bearer".
The time in seconds until the token expires.
Was this page helpful?