Health
System health checks
Last updated
Was this helpful?
System health checks
Check the API status and availability before making authenticated requests.
Returns the current health status of the system.
No Authentication Required This endpoint does not require any authentication headers. Use it to verify the API is reachable before making authenticated requests.
System is healthy
Health check response indicating system status
Current health status of the system
UPPossible values: System health check failed
Last updated
Was this helpful?
Was this helpful?
curl -X GET "https://api-integrations.snackprompt.com/health"
{
"status": "UP"
}