Status
Get /status { "orderId": 1, }
Authorizations
Query parameters
orderIdinteger · int32Optional
Use Pharmacy Order Number or your (Clinic) order reference
Responses
200
Returns the status of the order.
application/json
400
The OrderId is not valid or does not exist in CloudRx System.
application/json
401
Unauthorized
403
Forbidden
404
Not Found
application/json
500
CloudRx system is in fault state.
application/json
get
GET /api/v1/Order/status HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"clinicOrderId": "text",
"pharmacyOrderId": "text",
"orderStatus": "text",
"dispatchDate": "2025-06-24T18:18:13.604Z",
"trackingId": "text",
"cancelReason": "text"
}
Last updated