Importing into Postman
- Download the collection using the link above.
- Open Postman and click Import (top left).
- Drag the downloaded file into the import dialog, or click Upload Files and select it.
- The collection will appear in your sidebar with folders for Authentication, Query, Schemas, and Usage.
Getting started
After importing, call Authentication > Get access token with yourclientId and clientSecret. Copy the accessToken from the response and set it as a Bearer token on the collection or individual requests.