v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBv2/provider
Create Provider
Add a provider to the organization
post/v2/provider
Headers
organization-idstring
Request body
Example request
{
"primary_email": "string@string.com",
"group_npi": "2345678901",
"group_tin": "123456789"
}Response
The record has been successfully created.
Example response
{
"provider_id": "sfas12345"
}