Physical Therapy License Verification in North Dakota
Look up PT and PTA licensees from the North Dakota State Board of Physical Therapy (ND SBPT) 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 North Dakota.
The North Dakota State Board of Physical Therapy
The North Dakota State Board of Physical Therapy (ND SBPT) is the regulatory authority responsible for licensing Physical Therapists (PT) and Physical Therapist Assistants (PTA) practicing in North Dakota. North Dakota 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 North Dakota without applying for a separate North Dakota-issued license, and North Dakota 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 North Dakota 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 ND SBPT portal are time-consuming and do not scale. North Dakota 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 North Dakota PT licensure data via the Physical Therapy Licensure Compact public directory, which carries records authorized by the North Dakota State Board of Physical Therapy. Instead of navigating the ND SBPT portal manually, your platform can look up matching North Dakota 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 to Look Up a North Dakota PT License via API
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.
Make a Name-Search Request
Send a GET request to the /search endpoint with the licensee's name and state code ND. Include your API key in the x-rapidapi-key header.
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 North Dakota State Board of Physical Therapy. Integrate the response into your onboarding or credentialing workflow.
API Request Example — North Dakota
Request
curl --request GET \
--url 'https://physical-therapy-license-verification.p.rapidapi.com/search?name=Jane%20Smith&state=ND' \
--header 'x-rapidapi-host: physical-therapy-license-verification.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'Response
{
"results": [
{
"license_number": "PT-ND-12345",
"name": "Jane Smith",
"state": "ND",
"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
}Data Returned for North Dakota PT Licenses
| Field | Type | Description |
|---|---|---|
| results | array | List of matched PT and PTA licensees from the PT Compact public directory |
| results[].license_number | string | The matched license number |
| results[].name | string | Full name of the license holder |
| results[].state | string | Issuing state (ND) |
| results[].license_type | string | Physical Therapist (PT) or Physical Therapist Assistant (PTA) |
| results[].status | string | Active, Inactive, Expired, or Suspended |
| results[].expiration_date | string | License expiration date (YYYY-MM-DD) |
| results[].compact_eligible | boolean | Whether the licensee carries Compact Privilege eligibility |
| results[].source_url | string | Direct link to the PT Compact public directory entry |
| result_count | number | Number of matched records returned |
| verified_at | string | ISO 8601 timestamp of the lookup |
| cache_hit | boolean | Whether the result was cached or fetched live |
Use Cases for North Dakota Physical Therapy License Verification
Travel-Therapy and Healthcare Staffing Agencies
Travel-therapy and healthcare staffing agencies placing PTs and PTAs in North Dakota need to verify that every clinician holds a current, active license from the North Dakota State Board of Physical Therapy before placement. The API automates this lookup at the point of onboarding, eliminating manual ND SBPT 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 North Dakota must verify license status before activating providers on their platform. Since North Dakota participates in the Physical Therapy Licensure Compact, PTs and PTAs from other compact member states can also practice in North Dakota 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 North Dakota are required to perform primary-source verification of PT licenses during initial credentialing and at regular re-credentialing intervals. The API replaces manual ND SBPT/ptcompact.org lookups with real-time programmatic verification, ensuring that license data is always current and that expired or suspended licenses are flagged immediately. North Dakota 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 North Dakota PT licensure data. Instead of manually looking up each candidate on the ND SBPT 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 North Dakota 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.
Frequently Asked Questions — North Dakota PT Licenses
How do I verify a physical therapy license in North Dakota?+
Search North Dakota physical therapy and PTA licenses by name using the Physical Therapy License Verification API with state code ND. Because North Dakota 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 North Dakota State Board of Physical Therapy (ND SBPT).
Does North Dakota participate in the Physical Therapy Licensure Compact?+
Yes. North Dakota is a member of the Physical Therapy Licensure Compact, which means a physical therapist or physical therapist assistant whose primary state of residence is North Dakota 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 North Dakota without applying for a separate North Dakota license.
What license types does the North Dakota State Board of Physical Therapy issue?+
The North Dakota State Board of Physical Therapy (ND SBPT) regulates Physical Therapists (PT) and Physical Therapist Assistants (PTA) practicing in North Dakota. Both license types are returned by the Physical Therapy License Verification API when matched in the PT Compact public directory.
How often do North Dakota physical therapy licenses renew?+
North Dakota 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 North Dakota.
Can I verify North Dakota PT licenses by license number through the API?+
For North Dakota, 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 North Dakota workflow returns matched records from a /search request including license number, status, expiration, and source URL. This matches the way the official ND SBPT authorizes downstream verification of compact licensees.
Can healthcare staffing agencies use this API for North Dakota placements?+
Yes. Healthcare staffing agencies, travel-therapy platforms, and credentialing teams placing PTs and PTAs in North Dakota can automate primary-source verification through the API at the point of onboarding — eliminating manual lookups against the ND SBPT portal and the ptcompact.org public directory. Agencies operating across the broader compact footprint (which neighbors South Dakota and others) can reuse a single integration for all PT Compact member states.
Official Data Source
North Dakota PT license records are sourced from the Physical Therapy Licensure Compact public directory, which is the authorized cross-state directory carrying records from the North Dakota State Board of Physical Therapy (ND SBPT). The API queries the public directory at the time of each lookup request.
Visit the Physical Therapy Licensure Compact public directorylicenseapi.dev is not affiliated with the North Dakota State 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.
Other License Verification APIs
Start Looking Up North Dakota 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