Postman Collection
Postman is an API client for testing endpoints, and our Collection ships every ROLLER endpoint pre-configured with the right paths, schemas, and auth flow - ready to send.
Get set up
- Download Postman and launch it
- From the top-left menu, choose File > Import...
- Drop in the ROLLER collection which includes all Public API's, available here
Authenticate and start calling
- Open the collection's Variables tab
- Paste your API credentials into the Current Value column, and adjust the environment variable if you're not on the default
- Send the Auth Token request to retrieve a token
- Copy the token into the Token variable's Current Value, prefixed with
Bearer(e.g.Bearer xxxxxxxxx) (A script to automate this process is also available in the collection)- Every other request in the collection will now authenticate automatically
Updated about 2 months ago
Did this page help you?
