Get the collection
The StackOne public Postman workspace has a pre-configured collection for the Unified APIs (HRIS, ATS, CRM, and more). Fork it into your own workspace to get started:{{apiKey}} as the username, and an x-account-id header set to {{accountId}}.
Set up your environment
Create an environment
In Postman, click the Environments icon in the left sidebar, then + to create a new environment. Name it “StackOne” (or similar).
Add your credentials
Add these variables to the environment:
| Variable | Value |
|---|---|
apiKey | Your StackOne API key — find it in the dashboard under Settings → API Keys |
accountId | The linked account ID you want to target — visible in the Accounts page |
Make a request
With your environment active, open any request in the collection and click Send. The{{apiKey}} and {{accountId}} variables are resolved automatically from your environment.
Troubleshooting
{"error":"Invalid authentication token"} — Your apiKey variable is missing or incorrect. Check that the right environment is selected and the value matches your key from the dashboard.