Import the Collection
1
Open Postman
Download and open Postman if you haven’t already.
2
Import the collection
Click the link below to open the collection in Postman directly:Open Adhere API in Postman →Or copy the collection URL and use File → Import → Link inside Postman.
3
Set your API key
In Postman, go to the collection’s Variables tab and set
x-access-token to your Adhere API key.Your API key is available in the Adhere dashboard.4
Send a request
Pick any endpoint from the collection, check the pre-filled body, and click Send.
Collection Structure
The collection mirrors the API reference and is organised by product area:Authentication
All requests require thex-access-token header. Set it once at the collection level so it applies to every request automatically:
- Click the collection name → Edit
- Go to the Variables tab
- Add a variable named
x-access-tokenwith your API key as the value - In each request’s Headers tab, the header is already set to
{{x-access-token}}
Never share your API key publicly or commit it to source control. Use Postman environment variables to keep it out of shared workspaces.

