Guidance on using our public Postman collection.

Postman is a common tool used to explore and test APIs. We have a public collection available to help you navigate and test our API endpoints which you can fork using the button below:

📘

Variables

The collection comes with two environments - Production and Sandbox. To configure each of them you'll need to set some variables:

  • CLIENT_ID and CLIENT_SECRET - created under Settings>Integrations>Manage API access
  • ENCODED_SECRET - the result of base64-encoding the client ID and client secret separated by a colon
  • ACCESS_TOKEN - the access token you get from the /auth/token endpoint

Once these are set correctly, you should be able to run a request and see a successful result.

Run in Postman