These docs are for v1.0.2. Click to read the latest docs for v2.0.

Generate Access Token.

Sending API requests

Requests to the API require HTTP Basic Authentication. Once you have received an Access Token, additional requests can be made by including the TokenAuth value in the Authorization header.

GET /api/ScheduledOrders HTTP/1.1
Authorization: Basic <TokenAuth>

Refreshing Tokens

Tokens have a limited duration (described by the ExpiresUTC field of the Access Token. You can request a refreshed token, if you still have an Access Token that isn't expired. By specifying the Access Scope and Customer ID (if the Token being refreshed is being used by a Customer), and calling this action, you will receive a new Access Token, with refreshed expiration date.

Language
Click Try It! to start a request and see the response here!