cURL
curl --request GET \ --url https://api.breeze.baby/health \ --header 'x-api-key: <api-key>'
"OK"
Checks if the API service is healthy and responding. Returns ‘OK’ if the service is operational.
Service is healthy
The response is of type string.
string
Was this page helpful?