Skip to main content
GET
List pharmacies

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”

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Response

Successful response

success
boolean
pharmacies
object[]