API Keys: Create, Scope and Revoke
Last updated: September 17, 2026
TrackOG's API lets you build integrations and automate tasks. API keys are the credentials that grant external systems access.
Where to find it
Settings > API Keys
Creating an API key
- Click New API Key
- Give it a descriptive name (e.g. "Zapier Integration", "AI Chat Access")
- Select scopes — specific actions this key can perform
- Click Create
- Copy the key immediately — TrackOG shows it only once
Scopes
| Scope category | Examples |
|---|---|
| Read | View offers, affiliates, reports |
| Write | Create/update offers, affiliates |
| Reports | Access report data |
| Admin | Full access — use only for your own tools |
The TrackOG AI Chat uses an API key internally — do not share that key externally.
Security best practices
- One key per integration — never reuse across multiple tools
- Name keys clearly — know which tool uses which key
- Revoke immediately if a key is exposed or tool is decommissioned
- Never share keys in plain text — use a secrets manager
Revoking a key
Click the revoke/delete action next to the key. Invalid immediately — any tool using it loses access.
Frequently Asked Questions
Q: I lost my API key. Can I recover it? A: No — TrackOG shows the key only once. Create a new key and update your integration.
Q: Can I limit a key to read-only? A: Yes — select only read scopes when creating.
Q: Where is the TrackOG API documentation? A: Contact your TrackOG account manager for API documentation and endpoints.
Related articles
- Team Members and Roles