Breeze
Endpoints

Health Check

GET
/health

Checks if the API service is healthy and responding. Returns 'OK' if the service is operational.

x-api-key<token>

In: header

Response Body

text/plain

application/json

application/json

curl -X GET "https://example.com/health"
"string"
{  "message": "string"}
{  "message": "string"}