Skip to main content
GET
/
prescriptions
/
{id}
/
refill
Get Refills Remaining for an Rx ID
curl --request GET \
  --url https://apidev.epiqconnect.com/prescriptions/{id}/refill
{
  "prescriptionId": "b7dedcd9-76f8-48f0-a49b-0034b7868634",
  "status": "refill_remaining_status",
  "refillsRemaining": 3,
  "lastFilledDate": null,
  "nextEligibleFillDate": null,
  "medication": {
    "name": "Enclomiphene Citrate",
    "quantity": 5,
    "daysSupply": 30
  }
}

Path Parameters

id
string
required

Query Parameters

Response

Refill remaining status fetched successfully.