REST API / Health
REST API / Health
Health
Check API availability.
GET
/v1/healthHealth check
Returns the current status of the API. No authentication required. Use this to verify connectivity before making authenticated requests.
Response
200 OK
{
"data": {
"status": "ok",
"version": "1.0.0",
"timestamp": "2025-06-24T10:00:00.000Z"
}
}