Request Parameters
The client ID provided to identify your merchant account (username).
The client secret to authenticate your merchant account (password).
Response Fields
The access token required for the
Authorization header in all subsequent requests. Use the format: Authorization: Bearer {token}The token schema type. Always returns
Bearer.Time duration until token expiration in seconds. Default value is 8 hours (28,800 seconds).
Using the Token
Include the token in theAuthorization header of all API requests:
