Getting started
Authentication
Every data request to /v1 requires an API key. Website login is only for the dashboard (keys & usage) — machines talk to the API with Bearer tokens.
Header
Authorization: Bearer sk_live_…
Keys are created in the dashboard and shown once. After that only the prefix is visible. Lost a key? Delete it and create another — your daily limit does not reset.
Rules
- Free: up to 5 active keys · Paid: unlimited
- Revoked / deleted keys return
401 - Do not put keys in frontend bundles or public repos
- Swagger Authorize: paste the raw
sk_live_…value (Bearer is added for you)
Example
curl -H "Authorization: Bearer sk_live_…" \ https://gridledger.pro/v1/teams?game=cs2&limit=10
Manage keys: API Keys. Limits: Rate limits.