licenseapi.dev
Real-Time VerificationOfficial SourceTSBPFree Tier AvailableTX Smoke-Tested

Pharmacist License Verification in Texas

Verify Pharmacist and Pharmacist-Intern licenses in real-time from the Texas State Board of Pharmacy (TSBP) via API. No manual lookups. No stale data. Built for telehealth platforms, mail-order and digital pharmacies, healthcare staffing, and credentialing teams operating in Texas.

State Board Overview

The Texas State Board of Pharmacy

The Texas State Board of Pharmacy (TSBP) is the regulatory authority responsible for licensing pharmacists, pharmacy interns, and pharmacy technicians, and for registering pharmacy establishments practicing or operating in Texas. The board issues Pharmacist, Pharmacist-Intern, Pharmacy Technician (registration), Pharmacy Technician-Trainee, Class A / B / C / D / E pharmacy licenses (community, institutional, clinic, mail-order, non-sterile/sterile compounding), and Non-Resident Pharmacy license (Class E).

Telehealth platforms, mail-order and digital pharmacies, healthcare staffing agencies, and credentialing teams operating in Texas must verify that every pharmacist holds a current, active license from the TSBP before activation, dispensing, or placement. Manual verification through the TSBP portal is time-consuming, error-prone, and does not scale. Texas pharmacist licenses follow a biennial — pharmacist licenses expire on the last day of the licensee's birth month every two years. Renewal occurs through the TSBP online services portal. 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 Texas State Board of Pharmacy license records via direct integration with the official TSBP verification source. Instead of navigating the TSBP site manually, your platform can verify a Texas 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.

License Types & Number Format

Texas Pharmacy License Types and Number Format

License types issued by TSBP

  • Pharmacist
  • Pharmacist-Intern
  • Pharmacy Technician (registration)
  • Pharmacy Technician-Trainee
  • Class A / B / C / D / E pharmacy licenses (community, institutional, clinic, mail-order, non-sterile/sterile compounding)
  • Non-Resident Pharmacy license (Class E)

License number format

Pharmacist license numbers are five- to six-digit numeric values with no letter prefix (e.g., 55555 or 234567). Pharmacist-intern numbers and pharmacy-technician registration numbers also use numeric formats; the TSBP verification page displays the license type alongside the number.

Currently returned by /verify

The Pharmacist License Verification API currently returns programmatic verification for the following Texas record types:

PharmacistPharmacist-Intern

Other record types listed above (technician registrations, pharmacy permits, non-resident pharmacy entities) are visible on the official TSBP portal but are not currently exposed through the /verify endpoint. Reach out for enterprise scope if your workflow requires those record types.

How It Works

How to Verify a Texas Pharmacist License via API

1

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.

2

Make a Verification Request

Send a GET request to the /verify endpoint with the license number and state code TX. Include your API key in the x-rapidapi-key header.

3

Parse the Response

Receive a JSON response with license status, expiration date, license type, disciplinary actions, and a direct link to the official Texas State Board of Pharmacy record. Integrate the response into your onboarding or credentialing workflow.

Code Example

API Request Example — Texas

Request

curl
curl --request GET \
  --url 'https://pharmacist-license-verification.p.rapidapi.com/verify?license_number=55555&state=TX' \
  --header 'x-rapidapi-host: pharmacist-license-verification.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Response

response.json
{
  "license_number": "55555",
  "name": "John Rivera",
  "state": "TX",
  "license_type": "Pharmacist",
  "status": "Active",
  "expiration_date": "2027-06-30",
  "disciplinary_actions": [],
  "verified_at": "2026-04-25T00:00:00Z",
  "source_url": "https://www.pharmacy.texas.gov",
  "cache_hit": false
}
API Response

Data Returned for Texas Pharmacist Licenses

FieldTypeDescription
license_numberstringThe verified license number
namestringFull name of the license holder
statestringState code (TX)
license_typestringPharmacist or Pharmacy Intern
statusstringActive, Inactive, Expired, or Suspended
expiration_datestringLicense expiration date (YYYY-MM-DD)
disciplinary_actionsarrayDisciplinary actions on record, if any
verified_atstringISO 8601 timestamp of verification
source_urlstringDirect link to the official TSBP record
cache_hitbooleanWhether the result was cached or fetched live
Renewal & CE

Texas Pharmacist Renewal, CE, and Controlled Substances

Renewal cadence

Biennial — pharmacist licenses expire on the last day of the licensee's birth month every two years. Renewal occurs through the TSBP online services portal.

Continuing education requirement

30 hours of approved continuing education every two years, including at least 1 hour of Texas pharmacy law each renewal period. Pharmacists certified to administer immunizations or who hold an opioid-use-disorder protocol carry additional category-specific CE.

Controlled substance handling

Texas previously required a separate state-issued Texas Controlled Substances Registration (TCSR) for pharmacies and dispensing practitioners, but the TCSR program was repealed effective September 1, 2016. Pharmacies and pharmacists in Texas now need only federal DEA registration to handle controlled substances. Texas operates the Texas Prescription Monitoring Program (PMP Aware), which pharmacies must report to for each controlled-substance dispensing.

Use Cases

Use Cases for Texas Pharmacist License Verification

Telehealth and Digital Prescribing Platforms

Telehealth platforms that prescribe and dispense in Texas must verify that every pharmacist holds a current, active license from the Texas State Board of Pharmacy before activating them on their network. The API automates this verification at the point of provider onboarding, eliminating manual TSBP lookups and reducing activation time from days to seconds.

Mail-Order and Digital Pharmacies

Mail-order, specialty, and digital pharmacies dispensing into Texas need primary-source verification of every pharmacist on staff and every floating pharmacist they engage. The API replaces manual TSBP lookups with real-time programmatic verification — and the Texas renewal cadence (biennial) 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 Texas 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 TSBP 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 Texas pharmacist license data. Instead of manually looking up each candidate on the TSBP 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 Texas 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.

FAQ

Frequently Asked Questions — Texas Pharmacist Licenses

How do I verify a pharmacist license in Texas?+

Send a GET request to the /verify endpoint of the Pharmacist License Verification API with the license number and state code TX. The API queries the Texas State Board of Pharmacy verification source at pharmacy.texas.gov and returns license status, expiration date, license type, and any disciplinary actions on record.

What license types does the Texas State Board of Pharmacy issue?+

The Texas State Board of Pharmacy (TSBP) issues Pharmacist licenses, Pharmacist-Intern registrations, Pharmacy Technician registrations, Pharmacy Technician-Trainee registrations, and pharmacy licenses across Class A (community), Class B (nuclear), Class C (institutional), Class D (clinic), and Class E (non-resident) categories. The API currently returns programmatic verification for Pharmacist and Pharmacist-Intern records.

How are Texas pharmacist license numbers formatted?+

Texas pharmacist license numbers are five- to six-digit numeric values with no letter prefix. The TSBP verification page displays the license type (Pharmacist, Pharmacist-Intern, Pharmacy Technician) alongside the number, which lets your platform disambiguate the record class on the response. Submit the numeric license number directly to the /verify endpoint.

How often do Texas pharmacist licenses renew?+

Texas pharmacist licenses renew biennially and expire on the last day of the licensee's birth month every two years. Renewal requires 30 hours of approved continuing education, including at least 1 hour of Texas pharmacy law each renewal period. The API returns the current expiration date with every verification so your platform can flag pending lapses before they affect dispensing eligibility.

Does Texas require a state-issued controlled substance registration in addition to DEA?+

No, not anymore. Texas previously required a separate Texas Controlled Substances Registration (TCSR) for pharmacies and dispensing practitioners, but the TCSR program was repealed effective September 1, 2016. Pharmacies and pharmacists in Texas now need only federal DEA registration to handle controlled substances. Texas pharmacies are still required to report to the Texas Prescription Monitoring Program (PMP Aware) for each controlled-substance dispensing.

Does the API cover non-resident pharmacy licenses in Texas?+

Texas issues a Class E non-resident pharmacy license to mail-order, telepharmacy, and out-of-state pharmacies that ship into Texas. The API's /verify endpoint currently returns programmatic verification for individual pharmacist and pharmacist-intern records sourced from the TSBP. Non-resident pharmacy entity records are visible on the TSBP public site but are not exposed through the /verify endpoint at this time; reach out for enterprise scope if your workflow needs entity-level non-resident pharmacy verification.

Official Source

Official Data Source

All Texas pharmacist license data is sourced directly from the Texas State Board of Pharmacy (TSBP) in real time. The API queries the official TSBP verification source at the time of each request and returns the most current data available.

Visit the official Texas State Board of Pharmacy portal

licenseapi.dev is not affiliated with the Texas State Board of Pharmacy or any state pharmacy board. All data returned by the API is publicly available government information.

Related States

Verify Pharmacist Licenses in Related States

Start Verifying Texas 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