Logo

Partner Pharmacy List

POST

https://staging-api.qualiphy.me/api/partner_pharmacy_list
This endpoint retrieves a list of pharmacies based on the provided exam_id and state.

Parameters
  • api_key string

    Required

    API key for authentication

  • exam_ids array[integer]

    Required

    Unique IDs for the patient exams

    This is the unique exam ID provided in the Exam Invite response. You will receive a list of exams, allowing you to select the appropriate exam_id.

  • patient_state string

    Required

    State (capital abbreviation) 2 characters - i.e. NY


Response

200

Response Fields Explanation

FieldExplanation
pharmacy_nameThis is the name of pharmacy
pharmacy_idpharmacy_id

Example Request Payload:

Response Example

[
0:{
"pharmacy_name":"NP Pharmacy Test"
"pharmacy_id":1
}
]