GET /me
Your plan, credits left and key · 0 credits per call
What this key can do and how much budget is left, in one call.
Costs nothing (weight 0), so an agent or a cron job can check before a batch instead of parsing headers off every response. Reads the same per-key bucket that every request is charged against, so `used_today` matches the `X-RateLimit-Remaining` header on your last call. Works with an API key or a bearer minted from one.
Response 200 · AccountMeResponse
| Field | Type | Meaning |
|---|---|---|
| tier * | string | |
| rate_limit * | string | Per-minute burst limit for this key, e.g. 120/minute |
| credits * | AccountCreditsInfo | |
| key * | AccountKeyInfo | |
| request_costs * | object | Credits per request by endpoint family; everything else costs `default` |
| docs | string |
curl -H "X-API-Key: $TC_KEY" \ "https://threatcluster.io/api/public/v1/me"