cURL
curl --request GET \ --url https://www.datalab.to/api/v1/health
{ "status": "<string>" }
This endpoint is used to check the health of the API. Returns a JSON object with the key “status” set to “ok”.
Successful Response
The response is of type object.
object
Was this page helpful?