Skip to main content
POST
Create Provider Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Group name

Maximum string length: 255
npi
string
required

National Provider Identifier

Required string length: 10
Pattern: ^[0-9]{10}$
Example:

"1234567890"

tin
string
required

Tax Identification Number

Required string length: 9
Pattern: ^[0-9]{9}$
Example:

"123456789"

provider_id
string<uuid> | null

The provider's Silna identifier

mso_id
string<uuid> | null

The MSO's Silna identifier

ptan
string | null

Provider Transaction Access Number

Maximum string length: 255
primary_taxonomy_code
string | null

Primary taxonomy code

Maximum string length: 255
is_default
boolean
default:false

Whether this is the default group

Response

id
string<uuid>
required

The newly created provider group's Silna identifier