Last updated 3 months ago
Was this helpful?
/user_stats
Successful Response
Validation Error
curl -L \ --url '/user_stats' \ --header 'x-api-key: YOUR_API_KEY'
{ "org_name": "text", "email_of_org_admins": [ "text" ], "org_id": "text", "requests_since_last_utc_midnicht": { "used": 1, "soft_limit": 1, "hard_limit": 1 }, "requests_since_full_hour": { "used": 1, "soft_limit": 1, "hard_limit": 1 }, "requests_in_the_last_60_seconds": { "used": 1, "soft_limit": 1, "hard_limit": 1 }, "requests_in_parallel": { "used": 1, "soft_limit": 1, "hard_limit": 1 } }
/health
curl -L \ --url '/health'
{ "message": "geo-information endpoints are currently not available.", "status": "degraded" }
/version
curl -L \ --url '/version' \ --header 'x-api-key: YOUR_API_KEY'
{ "version": "1.2.3" }