Skip to main content
POST
Create Insurance

Path Parameters

orgId
string<uuid>
required

The ID of the organization

Body

Payload required to create a new insurance configuration

name
string
required

The name of the insurance provider

Example:

"Delta Dental"

type
enum<string>
required

The type of insurance plan

Available options:
PPO,
HMO,
EPO,
MEDICAID,
MEDICARE
Example:

"PPO"

status
enum<string>
required

The status of the insurance provider relationship

Available options:
IN_NETWORK,
ACCEPTED,
CAN_FILE,
CONDITIONAL,
NOT_ACCEPTED
Example:

"IN_NETWORK"

notes
string

Additional notes about this insurance

Example:

"Premier and PPO plans accepted"

Response

Response returned after creating an insurance

success
enum<boolean>
required
Available options:
true
data
object
required

Represents an organization's insurance provider configuration