Clinician
Network
Link Clinician To Network

Link Clinician To Network

Link a clinician profile to an external clinician network and set roles/credentials.

Overview

  • Method: POST
  • Path: /clinician/network/link-clinician-to-network
  • Tags: clinician

Parameters

No parameters required.

Request Body

  • Content Type: application/json
  • Required: Yes

Fields

FieldTypeRequiredDetails
clinicianIdstringYes
networkIdstringYes
providerIdstringNo
credentialsVerifiedbooleanNo
rolesarray<object>Yes

roles

  • Type: object

Responses

200

Successful response

Content Type: application/json

{
  "message": "string",
  "clinicianId": "string",
  "networkId": "string",
  "linked_at": "string"
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X POST \
  https://api.pillexa.com/clinician/network/link-clinician-to-network \
  -H "Content-Type: application/json" \
  -d '{"example": "data"}'