Skip to main content
Health

Check whether the API is running

View Markdown
GET/health

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "service": "string",
  "status": "ok"
}