Configure External Clinician Network
Create or update external clinician network configuration including credentialing, routing, regions, and webhooks.
Overview
- Method: POST
- Path:
/clinician/network/configure-external-network - Tags: clinician
Parameters
No parameters required.
Request Body
- Content Type:
application/json - Required: Yes
Fields
| Field | Type | Required | Details |
|---|---|---|---|
| networkId | string | Yes | |
| name | string | Yes | |
| provider | object | Yes | |
| regions | string | Yes | |
| defaultRates | number | No | |
| followUp | number | No | |
| currency | string | Yes |
Responses
200
Successful response
Content Type: application/json
{
"networkId": "string",
"message": "string",
"updated_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/configure-external-network \
-H "Content-Type: application/json" \
-d '{"example": "data"}'