Get Order Messages
Get messages for an order (uses generic messaging service)
Overview
- Method: GET
- Path:
/pharmacy/orders/orders/messages - Tags: pharmacy
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"success": true,
"orderId": "string",
"externalOrderId": "string",
"externalOrderSource": "string",
"messages": [
{}
],
"count": 123
}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/pharmacy/orders/orders/messages \
-H "Content-Type: application/json" \