Utilities & Health

Get User Stats

get
Authorizations
Responses
200

Successful Response

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
  }
}

Health

get
Responses
200

Successful Response

application/json
get
GET /health HTTP/1.1
Host: 
Accept: */*
200

Successful Response

{
  "message": "geo-information endpoints are currently not available.",
  "status": "degraded"
}

Version

get
Authorizations
Responses
200

Successful Response

application/json
get
GET /version HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
200

Successful Response

{
  "version": "1.2.3"
}

Last updated

Was this helpful?