List Pharmacy Locations
List pharmacy locations with basic filters for activity, region, and capabilities.
Overview
- Method: GET
- Path:
/pharmacy/location/list-locations - Tags: pharmacy
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/pharmacy/location/list-locations \
-H "Content-Type: application/json" \