Postman collection demo#
Here we provide you a “hands on” demo to test/call our API endpoints.
This is set up with no credentials on our sandbox environment, you will need to input yours.
Setup#
Create a fresh workspace
- Import the collection from this JSON file :
Import the file into Postman, generate a token and try the endpoints
Test/run the collection#
Run the token authentication query
Run any query from the collection
Note
You need to run the token authentication before sending any query (else server will respond error 401 Unauthorized)
Token lifespan is 300 seconds. In case the token expires, this authentication process will need to be reinitiated to get access to the API.