v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
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"
}