Health Check
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.
Response Codes
Section titled “Response Codes”200: Service is healthy
503: Service is unavailable
Success Response (200)
Section titled “Success Response (200)”{ "status": "UP", "timestamp": "2024-01-15T10:30:00Z"}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(string) - The availability status to set
Response Codes
Section titled “Response Codes”200: Availability status updated
400: Invalid status parameter
HTTP Method GET
Path /ping
Basic ping endpoint for simple connectivity checks.
Response Codes
Section titled “Response Codes”204: Service is responding (No Content)
Response
Section titled “Response”Returns HTTP 204 with no content body.