Health Check & Availability
Monitor the health status and availability of the WMS Portal service.
Health Check
Section titled “Health Check”HTTP Method GET
Path /inbound/healthcheck
Returns the current health status of the service.
Responses
Section titled “Responses”200: Service is healthy
503: Service is unavailable
Set Availability
Section titled “Set Availability”HTTP Method POST
Path /set-availability/{status}
Toggle the service availability status.
Path Parameters
Section titled “Path Parameters”status(boolean) -trueto mark the service as available,falseto mark it unavailable
Responses
Section titled “Responses”200: Availability status updated
400: Invalid status parameter (not a valid boolean)
HTTP Method GET
Path /ping
Basic ping endpoint for simple connectivity checks.
Responses
Section titled “Responses”204: Service is responding (No Content)