Breeze
Endpoints

Health Check

GET
/health

Checks the API's database connection. Returns the JSON string "OK" when healthy.

x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/health"
"OK"
{  "message": "Missing credentials"}
{  "message": "API key invalid or doesn't exist"}
{  "message": "Internal server error"}