Getting Started
To test the API, you’ll need a JWT token. Get one by:- Logging in via the API (
POST /auth/login) - Copying your token from the Trace app (Settings → API Token)
Try It Out
Get API Info (No Auth Required)
Verify Your Token
Get Your Profile
Check Your Quota
Get Usage Statistics
Rate Limited — The API is limited to prevent abuse. See rate limit headers in responses for your current limits.
Your token is sensitive. Never share it publicly or commit it to version control.

