Skip to main content

Request Parameters

string
required
The client ID provided to identify your merchant account (username).
string
required
The client secret to authenticate your merchant account (password).

Response Fields

string
required
The access token required for the Authorization header in all subsequent requests. Use the format: Authorization: Bearer {token}
string
required
The token schema type. Always returns Bearer.
integer
required
Time duration until token expiration in seconds. Default value is 8 hours (28,800 seconds).

Using the Token

Include the token in the Authorization header of all API requests: