Skip to main content
GET

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to validate the connection during setup and for periodic health checks.

Request

No request body required. Enginy will send the API key in the configured header.

Response

Return any 2xx status code to indicate your API is healthy.
string
Status indicator (e.g., “ok”)

Error Responses

Return 401 Unauthorized if the API key is invalid or missing.