Endpoints
Health Check
Checks if the API service is healthy and responding. Returns 'OK' if the service is operational.
Authorization
api_key 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"}
