Skip to content

Postman & OpenAPI

Download the Trakk Agency API as a ready-to-use Postman collection, or grab the raw OpenAPI spec for any compatible client.


Downloads

FileDescription
trakk.postman_collection.jsonPostman collection — all endpoints with descriptions and examples
openapi.yamlOpenAPI 3.0 spec — import into Postman, Insomnia, Stoplight, or any compatible tool

Setting up in Postman

  1. Open Postman and click Import.
  2. Select File and choose trakk.postman_collection.json.
  3. After importing, open the collection and go to Variables.
  4. Set the baseUrl variable to https://admin.trakk.ai/api/v1 (pre-filled) and add your token.
  5. All requests inherit auth from the collection — you just need to set one variable.

Setting your token

  1. Click the collection name → Variables tab.
  2. Set the current value of bearerToken to your API token.
  3. Every request will use it automatically — no per-request configuration needed.

Using the OpenAPI spec

Import openapi.yaml directly into any OpenAPI-compatible tool:

  • Postman — Import → Link or File → choose openapi.yaml. Postman will generate the collection automatically.
  • Insomnia — Import → From File.
  • Stoplight / Swagger UI — drag and drop the file.
  • MCP servers — point your server at /openapi.yaml for automatic tool generation.