Skip to main content
GET
/
v2
/
account
/
key-info
Get API Key Details
curl --request GET \
  --url https://api.blitz-api.ai/v2/account/key-info \
  --header 'x-api-key: <api-key>'
{
  "valid": true,
  "id": "XXX",
  "remaining_credits": 99.5,
  "next_reset_at": "2026-02-12T17:48:25.199Z",
  "max_requests_per_seconds": 5,
  "allowed_apis": [
    "/search/waterfall-icp-keyword",
    "/enrichment/email_domain",
    "/enrichment/email"
  ],
  "active_plans": [
    {
      "name": "Startup Trial",
      "status": "active",
      "started_at": "2026-01-12T17:48:25.200Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Blitz API Key.

Response

OK

The response is of type object.