Postman collection
A Postman collection for the TrakRF API is available for download. It's regenerated from the OpenAPI spec on every platform release, so it always reflects the current v1 contract.
Download
Raw OpenAPI spec
If you'd rather use a codegen tool, the raw spec is available at:
/api/openapi.json(JSON)/api/openapi.yaml(YAML)
The rendered interactive reference lives at /api.
Importing into Postman
- Open Postman.
- Click Import → File.
- Select the downloaded
trakrf-api.postman_collection.json. - In the collection variables, set:
baseUrltohttps://app.trakrf.id/api/v1for production, orhttps://app.preview.trakrf.id/api/v1for preview accounts. The API is served from theapp.subdomain, not the marketing site.apiKeyto your API key. See Authentication → Mint your first API key for how to create one.
- The collection's Authorization is preconfigured as a Bearer token referencing
{{apiKey}}.