Providers

Create Provider Group

post/v1/providers/groups

Request body

namestring required

The provider group name

tinstring required

The provider group's tax identification number

tinType'EIN' | 'SSN' required

The type of TIN

Example request

{
  "name": "Acme Behavioral Health",
  "tin": "123456789",
  "tinType": "EIN"
}

Response

The created provider group

providerGroupIdstring uuid required

The Sohar ID for the provider group

Example response

{
  "providerGroupId": "cb075a05-4510-456c-addb-fc2efdb74686"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.