Appearance
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
| File | Description |
|---|---|
trakk.postman_collection.json | Postman collection — all endpoints with descriptions and examples |
openapi.yaml | OpenAPI 3.0 spec — import into Postman, Insomnia, Stoplight, or any compatible tool |
Setting up in Postman
- Open Postman and click Import.
- Select File and choose
trakk.postman_collection.json. - After importing, open the collection and go to Variables.
- Set the
baseUrlvariable tohttps://admin.trakk.ai/api/v1(pre-filled) and add yourtoken. - All requests inherit auth from the collection — you just need to set one variable.
Setting your token
- Click the collection name → Variables tab.
- Set the current value of
bearerTokento your API token. - 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.yamlfor automatic tool generation.