Auth

Generate an access token

Given a authorizationCode, generate a long-lived access token to make API requests on behalf of a customer.

post/v4/auth/token

Request body

authorizationCodestring required

The authorization code to use to generate a token

Response

accessTokenstring required

The access token to use to generate a token

Changes

No recorded changes to this endpoint across all 1 revision of this API.