Skip to main content

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:

The rendered interactive reference lives at /api.

Importing into Postman

  1. Open Postman.
  2. Click ImportFile.
  3. Select the downloaded trakrf-api.postman_collection.json.
  4. In the collection variables, set:
    • baseUrl to https://app.trakrf.id/api/v1 for production, or https://app.preview.trakrf.id/api/v1 for preview accounts. The API is served from the app. subdomain, not the marketing site.
    • apiKey to your API key. See Authentication → Mint your first API key for how to create one.
  5. The collection's Authorization is preconfigured as a Bearer token referencing {{apiKey}}.