---
title: "Retrieve Pharmacy"
method: GET
path: "/api/2.0/pharmacies/{ncpdpid}/"
tags: ["Pharmacies"]
---

# Retrieve Pharmacy

`GET /api/2.0/pharmacies/{ncpdpid}/`

Retrieve a single pharmacy

## Path parameters

- `ncpdpid` integer, required

## Response `200`

- Pharmacy
  - `active_end_time` string, date-time, required
  - `active_start_time` string, date-time, required
  - `address_line1` string, nullable
  - `address_line2` string, nullable
  - `city` string, nullable
  - `fax` string, nullable
  - `id` integer, required
  - `ncpdpid` string, required
  - `npi` string, nullable
  - `phone_primary` string, nullable
  - `specialty_types` string, nullable
  - `state` string, nullable
  - `store_name` string, nullable
  - `zip` string, nullable

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
