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 response is of type object.
object
Was this page helpful?