Health
REST endpoints for Health. Base URL https://api.competlab.com; these endpoints are public — no CL-API-Key header required (see Authentication). Responses wrap in { item } or { items }; errors in { error }.
Check API health
GET
/v1/healthCheck API availability and connectivity. Returns the current server timestamp.
Returns · { item }
Request
curl "https://api.competlab.com/v1/health"Response 200 OK
Example
{
"item": {
"status": "ok",
"timestamp": "2026-03-15T10:00:00.000Z"
}
}Last updated on