Customer Journey
Generate access token
Get an access token to authenticate API requests. If you’re unfamiliar with the authentication process, check out the authentication guide for more details.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/x-www-form-urlencoded
Response
200
application/json
Successfully retrieved access token.
The response is of type object
.