Last updated 5 months ago
Was this helpful?
GET /user_stats HTTP/1.1 Host: x-api-key: YOUR_API_KEY Accept: */*
Successful Response
{ "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 } }
{"message":"geo-information endpoints are currently not available.","status":"degraded"}
GET /health HTTP/1.1 Host: Accept: */*
{ "message": "geo-information endpoints are currently not available.", "status": "degraded" }
{"version":"1.2.3"}
GET /version HTTP/1.1 Host: x-api-key: YOUR_API_KEY Accept: */*
{ "version": "1.2.3" }