Skip to main content
GET
/
public
/
health
Health check
curl --request GET \
  --url https://api.callin.io/api/public/health
{
  "success": true,
  "data": {
    "scope": "public"
  }
}

Response

200 - application/json

Service is up and healthy.

Public health check payload (success + small data object).

success
boolean
Example:

true

data
object