Skip to main content
GET
/
api
/
v1
/
user_health
Api Health
import requests

url = "https://www.datalab.to/api/v1/user_health"

headers = {"X-API-Key": "<api-key>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "status": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

status
string
required

The status of the service. Should be 'ok' if the service is running correctly.