Skip to main content
Inspect the authenticated key and your organization’s credit position:
  • GET /me — introspect the key, its organization, and the available credit balance. Requires any valid key (no specific scope).
  • GET /credits — the organization’s remaining balance, broken into plan and top-up credits. Requires usage.read.
  • GET /usage — API-attributed credit usage, grouped by action or day. Requires usage.read.
GET /me is the fastest way to confirm a new key works and to check its scopes and expiry before you wire it into an integration. See the quickstart.