Update NPI List
Add or remove NPIs from an existing list.
Endpoint
Method: Patch
/v2/npi/npi-list/{id}Path Parameter: ID of the list you want to update
Field List
Name | Data Type | Required | Notes |
|---|---|---|---|
operation | String - ENUM | Yes | valid values: "add", "remove" |
npis | Array of Strings | Yes | The endpoint will throw an error if you try to add an NPI that already exists on the list. |
Example Request
{
"operation": "add",
"npis": ["3137933122", "3134730123"]
}Updated 4 months ago
