Skip to content

Health Check

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

{
"status": "UP",
"timestamp": "2024-01-15T10:30:00Z"
}

HTTP Method POST

Path /set-availability/{status}

Toggle the service availability status.

  • status (string) - The availability status to set

200: Availability status updated

400: Invalid status parameter

HTTP Method GET

Path /ping

Basic ping endpoint for simple connectivity checks.

204: Service is responding (No Content)

Returns HTTP 204 with no content body.