List pharmacies
Pharmacies
Get Pharmacies
Retrieve pharmacies from the EMR system for your organization.
GET
List pharmacies
Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Example Request
Example Response
Response Fields
Top-Level Fields
- success (boolean): Whether the request was successful
- pharmacies (array): Array of pharmacy objects for the organization
Pharmacy Object
- id (string): Cobalt pharmacy ID (UUID without dashes)
- ehr_id (string): The pharmacy ID as it appears in the EMR system
- name (string): Pharmacy name
- address (object): Pharmacy address information
- address1 (string): Street address
- city (string): City name
- state (string): State abbreviation
- zip (string): ZIP code
- phone (string): Contact phone number
- email (string): Contact email address
- status (string): Pharmacy status - either “active” or “inactive”