Chuyển đến nội dung chính
GET
https://api-oms.verolabs.co
/
api
/
v1
/
orders
/
healthz
Order entry health check
curl --request GET \
  --url https://api-oms.verolabs.co/api/v1/orders/healthz
{
  "isSuccess": true,
  "detail": "<string>",
  "data": {
    "service": "<string>"
  }
}

Phản hồi

200 - application/json

OK

OrderHealthResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

detail
string

Detailed information for the record.

data
object

Operation-specific response payload.