v1
latestOpenAPI 3.1.02026-07-26170262.6 KBAccount
Get API Key Details
Check API key validity, remaining credits, rate limit, allowed endpoints, and active subscription plans.
get/v2/account/key-info
Response
OK
object required
Example response
{
"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"
}
]
}