Skip to main content
POST
Create a supervisorial relationship

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

Body

application/json
supervisor_id
string<uuid>
Example:

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

state
string
Example:

"CA"

Response

201 - application/json

Supervisor created successfully

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