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 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:

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 for production, or https://app.preview.trakrf.id for preview accounts. The bare host with no /api/v1 suffix — paths in the collection already include the version prefix. The API is served from the app. subdomain, not the marketing site.
    • bearerToken to your API key (the JWT shown once at creation). See Authentication → Mint your first API key for how to create one.
  5. The collection's Authorization is preconfigured as a Bearer token referencing {{bearerToken}}.