Skip to main content
GET
Get a prescriber's supervisees

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prescriber_id
string<string>
required

Unique (UUID) identifier, or 10-digit NPI, for the prescriber who is supervising.

Response

200 - application/json

Successful response with list of supervisorial relationships.

id
string<uuid>

Unique identifier

Example:

"0227d1e5-ba9a-42b5-8fe2-38882aa65708"

created_at
string<date-time>

Date and time of creation

Example:

"2025-03-15T12:00:00Z"

updated_at
string<date-time>

Date and time of last update

Example:

"2025-03-15T12:00:00Z"

supervisor
object
supervisee
object