Partner Pharmacy List
POST
https://staging-api.qualiphy.me/api/partner_pharmacy_listThis endpoint retrieves a list of pharmacies based on the provided exam_id and state.
Parameters
api_key string
RequiredAPI key for authentication
exam_ids array[integer]
RequiredUnique 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
RequiredState (capital abbreviation) 2 characters - i.e. NY
Response
200
Response Fields Explanation
| Field | Explanation |
|---|---|
| pharmacy_name | This is the name of pharmacy |
| pharmacy_id | pharmacy_id |
Example Request Payload:
Response Example
[
0:{
"pharmacy_name":"NP Pharmacy Test"
"pharmacy_id":1
}
]