How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MedTrainer Practitioners API

Public practitioner lookup, search, and mutation endpoints

MedTrainer Practitioners API is one of 6 APIs that MedTrainer publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Practitioners. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 5 operations across 2 paths, and defines 30 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, /.

5 operations 2 paths 30 schemas 2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.medtrainer.com
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

MedTrainer Practitioners API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyHeader). It accepts HTTP bearer tokens (API key) (BearerAuth).

  • ApiKeyHeader — Preferred authentication header for protected endpoints.
  • BearerAuth — Alternative authentication scheme using Authorization: Bearer .

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Practitioners 5

Public practitioner lookup, search, and mutation endpoints

POST
/api/v1/practitioner
Create a practitioner
createPractitioner body → 200201400401422429500
GET
/api/v1/practitioner
Search practitioners
searchPractitioners 3 params → 200400401422429500
GET
/api/v1/practitioner/{publicId}
Get a practitioner by public ID
getPractitioner 2 params → 200400401404422429500502
PUT
/api/v1/practitioner/{publicId}
Update a practitioner
updatePractitioner 1 param body → 200400401404422429500
PATCH
/api/v1/practitioner/{publicId}
Update a practitioner with PATCH
patchPractitioner 1 param body → 200400401404422429500

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are Practitioner (13 properties), PractitionerWriteUserExtension (11 properties), PractitionerUpdateUserExtension (11 properties), PractitionerWriteProviderExtension (10 properties). Each schema is shown below with its type and property counts.

PractitionerLinkedResource
object
Related practitioner resource. name may be absent when it is not available.
2 properties 1 required
PractitionerWriteMailingAddress
object
Optional mailing address payload. The server enforces: - a character allowlist regex ^[A-Za-z0-9 .'\-]+$ on line[0], line[1], and city - maxLength: 100 on coun…
7 properties
PractitionerSearchEntry
object
1 property 1 required
PractitionerWriteProviderExtension
object
Optional provider extension payload.
10 properties
PractitionerName
object
4 properties
PractitionerMailingAddress
object
7 properties
PractitionerHomeAddress
object
6 properties
PractitionerWriteRequest
object
Practitioner create payload. name, telecom, and extension are required objects, and each nested required field documented below must be supplied. Unknown top-l…
8 properties 3 required
PractitionerWriteEmploymentExtension
object
Required employment extension payload. Any other properties under extension.employment are silently accepted, with three exceptions: extension.employment.emplo…
4 properties 2 required
PractitionerWriteBirthPlace
object
3 properties
Practitioner
object
13 properties 1 required
PractitionerWriteUserExtension
object
Required user extension payload. Practitioner status lives here as well: status and statusReason are part of extension.user.
11 properties 3 required
PractitionerSearchBundle
object
5 properties 5 required
MmDdYyyyDateString
string
Date string in MM/DD/YYYY format. The value must represent a real calendar date accepted by server-side validation, not just a string that matches the pattern.…
OperationOutcomeIssue
object
4 properties 3 required
PractitionerUpdateUserExtension
object
User extension payload for partial updates. All fields are optional — send only the fields you want to change. Omit password to leave the stored password uncha…
11 properties
PractitionerTelecom
object
7 properties
PractitionerWriteExtension
object
Practitioner extension payload. employment and user are required.
3 properties 2 required
PractitionerUpdateRequest
object
Practitioner update payload. Every top-level field is optional — send only the fields you want to change. Any field that is present is validated with the same…
8 properties
PractitionerUpdateExtension
object
Practitioner extension payload for partial updates. All nested objects and their fields are optional — send only the pieces you want to change. The practitione…
3 properties
PractitionerWriteTelecom
object
Practitioner telecom payload. email is required. Any provided string must contain at least one non-whitespace character.
9 properties 1 required
PractitionerUpdateName
object
Practitioner name payload for partial updates. All fields are optional — send only the fields you want to change. Every string field below is constrained to le…
4 properties
OperationOutcome
object
2 properties 2 required
BundleLink
object
2 properties 2 required
PractitionerWriteFnin
object
2 properties
PractitionerUpdateEmploymentExtension
object
Employment extension payload for partial updates. All fields are optional — send only the fields you want to change. Any other properties under extension.emplo…
4 properties
PractitionerWriteName
object
Practitioner name payload. given and family are required. Any provided string must contain at least one non-whitespace character. Every string field below is c…
4 properties 2 required
PractitionerUpdateTelecom
object
Practitioner telecom payload for partial updates. All fields are optional — send only the fields you want to change. Any provided string must contain at least…
9 properties
OperationOutcomeDetails
object
2 properties 1 required
PractitionerWriteHomeAddress
object
Optional home address payload.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

medtrainer-practitioners-api-openapi.yml Raw ↑

Other APIs MedTrainer publishes across the network.

MedTrainer Departments API
MedTrainer Divisions API
MedTrainer Locations API
MedTrainer Positions API
MedTrainer Practitioner Categories API
Where this information came from

This is an independent, third-party profile of MedTrainer Practitioners API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.