Skip to main content
GET
/
prescriptions
/
{id}
/
refill
/
status
Get Refill Prescription Status by ID
curl --request GET \
  --url https://apidev.epiqconnect.com/prescriptions/{id}/refill/status
{
  "prescriptionId": "b7dedcd9-76f8-48f0-a49b-0034b7868634",
  "status": "SHIPPED",
  "trackingInfo": "UPS#123456789",
  "lastUpdated": "2025-09-04T12:34:56.789Z",
  "prescriber": {
    "name": "John Doe",
    "npi": "1234567890"
  },
  "medication": {
    "name": "Lisinopril",
    "quantity": 5,
    "sig": "Take 1 tablet daily"
  }
}

Path Parameters

id
string
required

Query Parameters

Response

Refill Workflow status fetched successfully.