licenseapi.dev
PT Compact MemberHI BPTReal-Time LookupCompact DirectoryFree Tier Available

Physical Therapy License Verification in Hawaii

Look up PT and PTA licensees from the Hawaii Board of Physical Therapy (HI BPT) in real time via the Physical Therapy Licensure Compact public directory. Built for healthcare staffing platforms, travel-therapy firms, and credentialing teams placing clinicians in Hawaii.

State Board Overview

The Hawaii Board of Physical Therapy

The Hawaii Board of Physical Therapy (HI BPT) is the regulatory authority responsible for licensing Physical Therapists (PT) and Physical Therapist Assistants (PTA) practicing in Hawaii. Hawaii is a member of the Physical Therapy Licensure Compact, which means a PT or PTA whose primary state of residence is in another compact member state can obtain a Compact Privilege to practice in Hawaii without applying for a separate Hawaii-issued license, and Hawaii licensees can practice in other compact member states under the same privilege.

Healthcare staffing agencies, travel-therapy firms, telehealth platforms, and credentialing teams operating in Hawaii must verify that every PT or PTA holds a current, active license — and, where applicable, a valid Compact Privilege — before placement, onboarding, or activation. Manual lookups against the ptcompact.org public directory or the HI BPT portal are time-consuming and do not scale. Hawaii PT and PTA licenses renew on a biennial cycle, which means license status can change at any time and must be verified at the point of onboarding or credentialing.

The Physical Therapy License Verification API provides programmatic access to Hawaii PT licensure data via the Physical Therapy Licensure Compact public directory, which carries records authorized by the Hawaii Board of Physical Therapy. Instead of navigating the HI BPT portal manually, your platform can look up matching Hawaii PT or PTA licensees by name in seconds with a single API call — returning license number, status, expiration date, license type, Compact Privilege eligibility, and a direct link to the public-directory record.

How It Works

How to Look Up a Hawaii PT License via API

1

Get Your API Key

Sign up for a free account on RapidAPI and subscribe to the Physical Therapy License Verification API. Your API key is available immediately after subscribing. The free tier includes 50 lookups per month.

2

Make a Name-Search Request

Send a GET request to the /search endpoint with the licensee's name and state code HI. 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, Compact Privilege eligibility, and a direct link to the PT Compact public directory entry authorized by the Hawaii Board of Physical Therapy. Integrate the response into your onboarding or credentialing workflow.

Code Example

API Request Example — Hawaii

Request

curl
curl --request GET \
  --url 'https://physical-therapy-license-verification.p.rapidapi.com/search?name=Jane%20Smith&state=HI' \
  --header 'x-rapidapi-host: physical-therapy-license-verification.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

Response

response.json
{
  "results": [
    {
      "license_number": "PT-HI-12345",
      "name": "Jane Smith",
      "state": "HI",
      "license_type": "Physical Therapist",
      "status": "Active",
      "expiration_date": "2027-06-30",
      "compact_eligible": true,
      "source_url": "https://purchase.ptcompact.org/Verify/Search"
    }
  ],
  "result_count": 1,
  "verified_at": "2026-04-25T00:00:00Z",
  "cache_hit": false
}
API Response

Data Returned for Hawaii PT Licenses

FieldTypeDescription
resultsarrayList of matched PT and PTA licensees from the PT Compact public directory
results[].license_numberstringThe matched license number
results[].namestringFull name of the license holder
results[].statestringIssuing state (HI)
results[].license_typestringPhysical Therapist (PT) or Physical Therapist Assistant (PTA)
results[].statusstringActive, Inactive, Expired, or Suspended
results[].expiration_datestringLicense expiration date (YYYY-MM-DD)
results[].compact_eligiblebooleanWhether the licensee carries Compact Privilege eligibility
results[].source_urlstringDirect link to the PT Compact public directory entry
result_countnumberNumber of matched records returned
verified_atstringISO 8601 timestamp of the lookup
cache_hitbooleanWhether the result was cached or fetched live
Use Cases

Use Cases for Hawaii Physical Therapy License Verification

Travel-Therapy and Healthcare Staffing Agencies

Travel-therapy and healthcare staffing agencies placing PTs and PTAs in Hawaii need to verify that every clinician holds a current, active license from the Hawaii Board of Physical Therapy before placement. The API automates this lookup at the point of onboarding, eliminating manual HI BPT or PT Compact public-directory checks and reducing credentialing turnaround time from days to seconds. For agencies operating across the broader Physical Therapy Licensure Compact footprint, the API provides a single integration point covering 46 supported PT licensure jurisdictions.

Telehealth and Digital MSK Platforms

Telehealth and digital musculoskeletal (MSK) platforms onboarding PTs licensed in Hawaii must verify license status before activating providers on their platform. Since Hawaii participates in the Physical Therapy Licensure Compact, PTs and PTAs from other compact member states can also practice in Hawaii under a Compact Privilege — but their license status and privilege eligibility must still be verified at onboarding. The API enables digital MSK platforms to automate this lookup within their existing provider onboarding workflows.

Credentialing and Re-Credentialing

Credentialing teams at hospitals, outpatient clinics, and managed care organizations in Hawaii are required to perform primary-source verification of PT licenses during initial credentialing and at regular re-credentialing intervals. The API replaces manual HI BPT/ptcompact.org lookups with real-time programmatic verification, ensuring that license data is always current and that expired or suspended licenses are flagged immediately. Hawaii licenses renew on a biennial cycle, making ongoing monitoring essential.

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 Hawaii PT licensure data. Instead of manually looking up each candidate on the HI BPT portal or the PT Compact public directory, the API returns verified license status, expiration date, and Compact Privilege eligibility in a structured JSON format — ready to include in screening reports delivered to healthcare employers.

EHR and HR Tech Platforms

Electronic health record (EHR) systems and HR tech platforms building healthcare-specific hiring and compliance workflows can integrate the API to automate Hawaii PT license lookup at the point of application, onboarding, or ongoing compliance monitoring. The structured JSON response makes it easy to parse and store license data within existing systems, and the API's coverage of 46 PT licensure jurisdictions removes the need to integrate with each state portal separately.

FAQ

Frequently Asked Questions — Hawaii PT Licenses

How do I verify a physical therapy license in Hawaii?+

Search Hawaii physical therapy and PTA licenses by name using the Physical Therapy License Verification API with state code HI. Because Hawaii participates in the Physical Therapy Licensure Compact, our API queries the official PT Compact public directory and returns license status, expiration date, and compact-privilege eligibility for licensees of the Hawaii Board of Physical Therapy (HI BPT).

Does Hawaii participate in the Physical Therapy Licensure Compact?+

Yes. Hawaii is a member of the Physical Therapy Licensure Compact, which means a physical therapist or physical therapist assistant whose primary state of residence is Hawaii can obtain a Compact Privilege to practice in any other PT Compact member state. Conversely, PTs and PTAs from any other compact member state can obtain a privilege to practice in Hawaii without applying for a separate Hawaii license.

What license types does the Hawaii Board of Physical Therapy issue?+

The Hawaii Board of Physical Therapy (HI BPT) regulates Physical Therapists (PT) and Physical Therapist Assistants (PTA) practicing in Hawaii. Both license types are returned by the Physical Therapy License Verification API when matched in the PT Compact public directory.

How often do Hawaii physical therapy licenses renew?+

Hawaii PT and PTA licenses renew on a biennial cycle. The API returns the current expiration date pulled from the PT Compact public directory so your platform always has up-to-date renewal status before placing or onboarding a clinician in Hawaii.

Can I verify Hawaii PT licenses by license number through the API?+

For Hawaii, license matching is performed by name search through the Physical Therapy Licensure Compact public directory. Direct license-number /verify is currently available only for Florida and New York; the Hawaii workflow returns matched records from a /search request including license number, status, expiration, and source URL. This matches the way the official HI BPT authorizes downstream verification of compact licensees.

Can healthcare staffing agencies use this API for Hawaii placements?+

Yes. Healthcare staffing agencies, travel-therapy platforms, and credentialing teams placing PTs and PTAs in Hawaii can automate primary-source verification through the API at the point of onboarding — eliminating manual lookups against the HI BPT portal and the ptcompact.org public directory. Agencies operating across the broader compact footprint (which neighbors California and others) can reuse a single integration for all PT Compact member states.

Official Source

Official Data Source

Hawaii PT license records are sourced from the Physical Therapy Licensure Compact public directory, which is the authorized cross-state directory carrying records from the Hawaii Board of Physical Therapy (HI BPT). The API queries the public directory at the time of each lookup request.

Visit the Physical Therapy Licensure Compact public directory

licenseapi.dev is not affiliated with the Hawaii Board of Physical Therapy, the Physical Therapy Licensure Compact, or any state licensing board. All data returned by the API is publicly available government information.

Related States

Verify PT Licenses in Related States

More on licenseapi.dev

Other License Verification APIs

Start Looking Up Hawaii PT Licenses

Get started with a free account — 50 lookups 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