Authentication & tokens
API access is included on the Professional ($99) plan and Enterprise. Free accounts cannot mint tokens.
- Sign up / upgrade to Professional if needed.
- In the Autonix app, open Account → API.
- Create a named token. Copy it immediately — it is shown once.
Request auth
Prefer the Bearer header:
curl -H "Authorization: Bearer YOUR_TOKEN" \ https://app.autonix.io/api/tracker
Or pass api_token as a query parameter or form field (Zapier-compatible).
Rate limits
Calls are unlimited on your plan. Protective throttling defaults to 120 requests/minute per token. High-volume accounts can have a higher limit configured by Autonix. Exceeding the limit returns 429 with Retry-After.
Usage dashboard
Account → API shows requests for today / 7 days / 30 days, per-token activity, and top routes. SPA dashboard clicks are not counted — only programmatic token traffic.
Next: Create a tracked QR