Endpoints
Health Check
Checks the API's database connection. Returns the JSON string "OK" when healthy.
Authorization
api_key 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"}