Generate an access token

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

Body Params
string
required

The authorization code to use to generate a token

Responses

400

Returned when improperly formatted or missing fields in request body

401

Returned when improper keys or headers are used in the request

403

Returned when the caller is not authorized to access the resource

404

Returned when the authorizationCode is not found

500

Returned when an internal server error occurs

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json