Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.breeze.baby/health \
  --header 'x-api-key: <api-key>'
"OK"

Authorizations

x-api-key
string
header
required

Response

Service is healthy

The response is of type string.

Example:

"OK"