Pharmacist License Verification in New York
Verify Pharmacist and Pharmacy Intern (limited permit) licenses in real-time from the New York State Board of Pharmacy (NY BOP) via API. No manual lookups. No stale data. Built for telehealth platforms, mail-order and digital pharmacies, healthcare staffing, and credentialing teams operating in New York.
The New York State Board of Pharmacy
The New York State Board of Pharmacy (NY BOP) is the regulatory authority responsible for licensing pharmacists, pharmacy interns, and pharmacy technicians, and for registering pharmacy establishments practicing or operating in New York. The board issues Pharmacist, Pharmacy Intern (limited permit), Registered Pharmacy Technician, and Pharmacy establishment registrations (community, hospital, manufacturer, wholesaler, outsourcing facility).
Telehealth platforms, mail-order and digital pharmacies, healthcare staffing agencies, and credentialing teams operating in New York must verify that every pharmacist holds a current, active license from the NY BOP before activation, dispensing, or placement. Manual verification through the NY BOP portal is time-consuming, error-prone, and does not scale. New York pharmacist licenses follow a triennial — pharmacists register for a 3-year period and must renew their registration before the period expires. Most other state pharmacy licenses renew biennially, so the NY 3-year cycle is a frequent source of credentialing-system errors. which means license status can change at any time and must be verified at the point of onboarding, credentialing, or re-credentialing.
The Pharmacist License Verification API provides programmatic access to New York State Board of Pharmacy license records via direct integration with the official NY BOP verification source. Instead of navigating the NY BOP site manually, your platform can verify a New York pharmacist license in seconds with a single API call — returning license status, expiration date, license type, disciplinary actions, and a direct link to the official record.
New York Pharmacy License Types and Number Format
License types issued by NY BOP
- Pharmacist
- Pharmacy Intern (limited permit)
- Registered Pharmacy Technician
- Pharmacy establishment registrations (community, hospital, manufacturer, wholesaler, outsourcing facility)
License number format
Six-digit numeric license number with no prefix (e.g., 123456). The profession code for pharmacy is 064; profession codes appear in NYSED records but are not part of the license number you submit to /verify.
Currently returned by /verify
The Pharmacist License Verification API currently returns programmatic verification for the following New York record types:
Other record types listed above (technician registrations, pharmacy permits, non-resident pharmacy entities) are visible on the official NY BOP portal but are not currently exposed through the /verify endpoint. Reach out for enterprise scope if your workflow requires those record types.
How to Verify a New York Pharmacist License via API
Get Your API Key
Sign up for a free account on RapidAPI and subscribe to the Pharmacist License Verification API. Your API key is available immediately after subscribing. The free tier includes 50 verifications per month.
Make a Verification Request
Send a GET request to the /verify endpoint with the license number and state code NY. Include your API key in the x-rapidapi-key header.
Parse the Response
Receive a JSON response with license status, expiration date, license type, disciplinary actions, and a direct link to the official New York State Board of Pharmacy record. Integrate the response into your onboarding or credentialing workflow.
API Request Example — New York
Request
curl --request GET \
--url 'https://pharmacist-license-verification.p.rapidapi.com/verify?license_number=123456&state=NY' \
--header 'x-rapidapi-host: pharmacist-license-verification.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'Response
{
"license_number": "123456",
"name": "John Rivera",
"state": "NY",
"license_type": "Pharmacist",
"status": "Active",
"expiration_date": "2027-06-30",
"disciplinary_actions": [],
"verified_at": "2026-04-25T00:00:00Z",
"source_url": "https://www.op.nysed.gov",
"cache_hit": false
}Data Returned for New York Pharmacist Licenses
| Field | Type | Description |
|---|---|---|
| license_number | string | The verified license number |
| name | string | Full name of the license holder |
| state | string | State code (NY) |
| license_type | string | Pharmacist or Pharmacy Intern |
| status | string | Active, Inactive, Expired, or Suspended |
| expiration_date | string | License expiration date (YYYY-MM-DD) |
| disciplinary_actions | array | Disciplinary actions on record, if any |
| verified_at | string | ISO 8601 timestamp of verification |
| source_url | string | Direct link to the official NY BOP record |
| cache_hit | boolean | Whether the result was cached or fetched live |
New York Pharmacist Renewal, CE, and Controlled Substances
Renewal cadence
Triennial — pharmacists register for a 3-year period and must renew their registration before the period expires. Most other state pharmacy licenses renew biennially, so the NY 3-year cycle is a frequent source of credentialing-system errors.
Continuing education requirement
45 contact hours of approved continuing education every three years (one full registration period), including at least 3 hours on medication errors or patient safety. Pharmacists who hold an immunization certification or perform sterile compounding carry additional category-specific CE on top of that base.
Controlled substance handling
Pharmacies dispensing controlled substances in New York must hold a state Class 3 — Pharmacy registration with the New York State Bureau of Narcotic Enforcement (BNE) in addition to federal DEA registration. Individual pharmacists do not personally hold a separate state controlled-substance license, but they may dispense only on behalf of a registered pharmacy. New York operates the Prescription Monitoring Program (PMP) under the I-STOP law; pharmacies must report every controlled-substance dispensing to the PMP in real time.
Use Cases for New York Pharmacist License Verification
Telehealth and Digital Prescribing Platforms
Telehealth platforms that prescribe and dispense in New York must verify that every pharmacist holds a current, active license from the New York State Board of Pharmacy before activating them on their network. The API automates this verification at the point of provider onboarding, eliminating manual NY BOP lookups and reducing activation time from days to seconds.
Mail-Order and Digital Pharmacies
Mail-order, specialty, and digital pharmacies dispensing into New York need primary-source verification of every pharmacist on staff and every floating pharmacist they engage. The API replaces manual NY BOP lookups with real-time programmatic verification — and the New York renewal cadence (triennial) makes ongoing monitoring essential, not just at hire.
Credentialing and Re-Credentialing
Credentialing teams at hospitals, health systems, PBMs, and managed care organizations operating in New York are required to perform primary-source verification of pharmacist licenses during initial credentialing and at regular re-credentialing intervals. The API satisfies primary-source verification by querying the official NY BOP source directly, returning structured data ready to file in the credentialing record.
Background Check and Screening Companies
Background check and screening companies serving healthcare clients can integrate the API to automatically enrich screening workflows with real-time New York pharmacist license data. Instead of manually looking up each candidate on the NY BOP portal, the API returns verified license status, expiration date, and disciplinary history in a structured JSON format — ready to include in screening reports delivered to healthcare and pharmacy employers.
Pharmacy Compliance and Audit Tools
Compliance and audit platforms supporting New York pharmacy operations can integrate the API to monitor pharmacist license status continuously, flagging expired or suspended licenses before they affect dispensing eligibility. The API's structured response makes it straightforward to wire into existing dashboards and rules engines.
Frequently Asked Questions — New York Pharmacist Licenses
How do I verify a pharmacist license in New York?+
Send a GET request to the /verify endpoint of the Pharmacist License Verification API with the license number and state code NY. The API queries the New York State Education Department (NYSED) Office of the Professions verification system at op.nysed.gov, which is the official primary source for the New York State Board of Pharmacy, and returns license status, registration period, license type, and any actions on record.
What license types does the New York State Board of Pharmacy issue?+
The New York State Board of Pharmacy, operating through the NYSED Office of the Professions, issues Pharmacist licenses, Pharmacy Intern limited permits, and Registered Pharmacy Technician registrations. NYSED separately registers pharmacy establishments — community, hospital, manufacturer, wholesaler, and outsourcing facilities. The API currently returns programmatic verification for Pharmacist and Pharmacy Intern records.
How are New York pharmacist license numbers formatted?+
New York pharmacist license numbers are six-digit numeric values with no letter prefix. NYSED records also display a profession code (064 for pharmacy), which identifies the profession but is not part of the license number itself. Submit only the six-digit license number to the /verify endpoint.
Why does New York renew on a 3-year cycle when most states renew every 2 years?+
New York pharmacist licenses renew triennially — every three years — under NYSED registration rules, which differs from the biennial cycle used by most other state boards of pharmacy. This is a frequent source of credentialing-system errors when teams assume a 24-month expiration window. The API returns the actual current registration period with every verification so your platform always reflects the real expiration, regardless of internal assumptions.
How does New York handle controlled-substance dispensing at the state level?+
Pharmacies dispensing controlled substances in New York must hold a Class 3 — Pharmacy registration with the New York State Bureau of Narcotic Enforcement (BNE) in addition to federal DEA registration. Individual pharmacists do not personally carry a separate state controlled-substance license, but they may dispense only on behalf of a state-registered pharmacy. New York operates a real-time Prescription Monitoring Program under the I-STOP law; pharmacies must report each controlled-substance dispensing to the PMP at the point of dispensing.
Can credentialing teams use the API for New York pharmacist primary-source verification?+
Yes. Credentialing teams at hospitals, health systems, mail-order pharmacies, and PBMs operating in New York can integrate the API to automate primary-source verification of New York pharmacist licenses at the point of credentialing and re-credentialing. The API queries the official NYSED Office of the Professions source, which satisfies primary-source verification requirements for pharmacy credentialing programs.
Official Data Source
All New York pharmacist license data is sourced directly from the New York State Board of Pharmacy (NY BOP) in real time. The API queries the official NY BOP verification source at the time of each request and returns the most current data available.
Visit the official New York State Board of Pharmacy portallicenseapi.dev is not affiliated with the New York State Board of Pharmacy or any state pharmacy board. All data returned by the API is publicly available government information.
Other License Verification APIs
Start Verifying New York Pharmacist Licenses
Get started with a free account — 50 verifications per month at no cost. Upgrade when you're ready to scale.
Free
$0
50/mo
Pro
$49/mo
2,000/mo
Ultra
$99/mo
10,000/mo
Mega
$249/mo
50,000/mo
Enterprise
Contact
Custom SLA