Download
Download the eTIMS Postman collection
Saves
etims-postman-collection.json to your machine. Then import it
into Postman with Import → File.The download is wired so the file saves directly as
etims-postman-collection.json — it no longer opens the raw JSON in a browser tab,
which was the previous behaviour. (Postman imports the file regardless of extension.)What’s inside
Authentication is preconfigured: the collection sends your key in the
X-API-Key
header on every request. See Authentication for the full
auth model.
Import & configure (2 minutes)
-
In Postman: Import → File → select
etims-postman-collection.json. -
Open the collection’s Variables tab and set:
- Make sure the company is connected to eTIMS (provision it in the dashboard first — see Provisioning).
Suggested run order
The requests have prerequisites — run them in this order the first time:Most write requests are asynchronous — they return a
syncBatchId and the
result is confirmed shortly after. Use List items / List sales to confirm
the outcome. See Tracking results.Environments (dev vs prod)
The collection variables default to the development setup. To switch to production, create a Postman Environment with a productionbaseUrl and your sk_production_…
key, and select it before running. See Environments & base URLs.
Read next
Get started with eTIMS
The guided journey from sign-up to first receipt.
eTIMS API reference
Full field and enum reference.