Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://{your-prod-endpoint}/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Bearer token for API authentication

Response

200 - application/json

Service healthy

status
string
Example:

"ok"