English
cURL
curl --request GET \ --url https://api.callin.io/api/public/health
{ "success": true, "data": { "scope": "public" } }
Returns 200 OK when the service is running. No authentication required. Use this to verify connectivity or monitor uptime.
Service is up and healthy.
Public health check payload (success + small data object).
success
data
true
Show child attributes
Was this page helpful?