Skip to content
Last updated

HealthCheck

The HealthCheck endpoint enables Mozrest to verify the operational status of the Booking Services API. This endpoint should respond quickly and reliably, allowing Mozrest to periodically confirm that the API is up and running without issues.

Endpoint

GET https://partner-domain.com/v1/mozrest/healthcheck

Expected Response

The HealthCheck endpoint should return an empty payload with an HTTP status code of 200 to indicate a successful connection and operational status. No additional data or parameters are required in the response.

Response Example:

  • Status Code: 200 OK
  • Body: { }

This endpoint serves as a critical checkpoint to ensure ongoing integration stability and to alert Mozrest in case of any service disruption.