Postman collection
A Postman collection for the TrakRF API is available for download. It's regenerated from the OpenAPI spec on every docs build, 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.idfor production, orhttps://app.preview.trakrf.idfor preview accounts. The bare host with no/api/v1suffix — paths in the collection already include the version prefix. The API is served from theapp.subdomain, not the marketing site.bearerTokento your API key (the JWT shown once at creation). See Authentication → Mint your first API key for how to create one.
- The collection's Authorization is preconfigured as a Bearer token referencing
{{bearerToken}}.