Skip to main content
GET
/
prescriptions
/
details
/
{orderId}
Get Order Details
curl --request GET \
  --url https://apidev.epiqconnect.com/prescriptions/details/{orderId}
[
  {
    "clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
    "status": "new",
    "notes": "PATIENT REPORTS NO SIDE EFFECTS WITH PREVIOUS PRESCRIPTION",
    "trackingInfo": null,
    "createdAt": "2025-12-12T21:18:38.548Z",
    "updatedAt": "2025-12-12T21:18:38.589Z",
    "receivedAt": "2025-12-12T21:18:38.589Z",
    "prescriptionId": "e96bd788-dca5-48a2-8860-ef615266fa7d",
    "rxId": null,
    "refillsRemaining": 2,
    "fillDate": null,
    "quantityFilled": 0
  },
  {
    "clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
    "status": "new",
    "notes": "PATIENT REPORTS NO SIDE EFFECTS WITH PREVIOUS PRESCRIPTION",
    "trackingInfo": null,
    "createdAt": "2025-12-12T21:18:38.548Z",
    "updatedAt": "2025-12-12T21:18:38.589Z",
    "receivedAt": "2025-12-12T21:18:38.589Z",
    "prescriptionId": "cg5bd788-dca5-48a2-8860-ef615266fa7e",
    "rxId": null,
    "refillsRemaining": 2,
    "fillDate": null,
    "quantityFilled": 0
  }
]

Path Parameters

orderId
string
required

Query Parameters

clinicId
string
required

Clinic identifier

apiKey
string
required

Partner API key

Response

Order details returned successfully.

orderId
string
Example:

"cc825b7e-2b99-4c0a-a612-75b3dd77e645"

clinicId
string
Example:

"3b47a23f-9080-4a2e-a4fa-654d9aa76e80"

status
string
Example:

"SHIPPED"

notes
string
Example:

"TEST NOTE-1"

trackingInfo
string
Example:

"F3055359305"

createdAt
string
Example:

"2025-09-25T19:58:54.293Z"

updatedAt
string
Example:

"2025-09-25T19:59:00.486Z"

receivedAt
string
Example:

"2025-09-25T19:58:54.313Z"

erxMessageId
string
Example:

"7a31d457-0052-4746-a3d7-f45d7182cb68"

rxId
string
Example:

"RX098934"

refillsRemaining
number
Example:

2

fillDate
string
Example:

"2025-09-28T19:58:54.313Z"

quantityFilled
number
Example:

30

Example:
[
{
"clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
"status": "new",
"notes": "PATIENT REPORTS NO SIDE EFFECTS WITH PREVIOUS PRESCRIPTION",
"trackingInfo": null,
"createdAt": "2025-12-12T21:18:38.548Z",
"updatedAt": "2025-12-12T21:18:38.589Z",
"receivedAt": "2025-12-12T21:18:38.589Z",
"prescriptionId": "e96bd788-dca5-48a2-8860-ef615266fa7d",
"rxId": null,
"refillsRemaining": 2,
"fillDate": null,
"quantityFilled": 0
},
{
"clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
"status": "new",
"notes": "PATIENT REPORTS NO SIDE EFFECTS WITH PREVIOUS PRESCRIPTION",
"trackingInfo": null,
"createdAt": "2025-12-12T21:18:38.548Z",
"updatedAt": "2025-12-12T21:18:38.589Z",
"receivedAt": "2025-12-12T21:18:38.589Z",
"prescriptionId": "cg5bd788-dca5-48a2-8860-ef615266fa7e",
"rxId": null,
"refillsRemaining": 2,
"fillDate": null,
"quantityFilled": 0
}
]