Skip to main content
GET
/
health
Check API health
curl --request GET \
  --url https://api.callheater.com/health
{
  "status": "ok"
}
Use this endpoint to confirm the CallHeater API is online.

Response

200 - application/json

The API is online.

status
string
required
Example:

"ok"