cURL
curl --request GET \ --url https://www.datalab.to/api/v1/user_health \ --header 'X-API-Key: <api-key>'
{ "status": "<string>" }
This endpoint is used to check the health of the API, given an API key.
Successful Response
The status of the service. Should be 'ok' if the service is running correctly.
Was this page helpful?