Utilities & Health
Authorizations
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /user_stats HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
{
"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
}
}
Last updated
Was this helpful?