Skip to content

Health Check & Availability

Monitor the health status and availability of the WMS Portal service.

HTTP Method GET

Path /inbound/healthcheck

Returns the current health status of the service.

200: Service is healthy

503: Service is unavailable

HTTP Method POST

Path /set-availability/{status}

Toggle the service availability status.

  • status (boolean) - true to mark the service as available, false to mark it unavailable

200: Availability status updated

400: Invalid status parameter (not a valid boolean)

HTTP Method GET

Path /ping

Basic ping endpoint for simple connectivity checks.

204: Service is responding (No Content)