Get Started

Once you have obtained credentials for our sandbox environment, you can retrieve an authorization token for use in all of the API endpoint calls.

Quickstart

Our Postman collection contains all available endpoints for you to import and start calling our endpoints with your sandbox credentials.

Download the Postman collection.

Once imported, you can set your credentials to use for all API endpoint calls. In the APIs folder under the pre-request script tab, you can add in your credentials, and all the calls under will inherit the authorization token.

{ key: "client_id", value: "YOUR CLIENT ID HERE", disabled: false },
{ key: "client_secret", value: "YOUR CLIENT SECRET HERE", disabled: 

For detailed reference to the APIs you can refer to the API page or download the developer documentation.

Download the Developer Documentation.