Skip to main content
POST
If insurance is covered by Medicare or Medicaid, we have closed beta support for inferring the plan to use based on a patient’s address. This endpoint supports payor_codes with values of MEDFED (Medicare) and MAIDFED (Medicaid) to do this. For example, supplying a payor_code of MEDFED for a patient that lives in Arizona will create insurance data using Arizona’s Medicare plan payor code.

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

user_id
string
required

Body

application/json
payor_code
string
required
member_id
string
required
relationship
enum<string>
required

ℹ️ This enum is non-exhaustive.

Available options:
Self,
Spouse,
Other
insured
PersonDetails · object
required
group_id
string | null
guarantor
GuarantorDetails · object | null
is_primary
boolean
default:true

Response

Successful Response

member_id
string
required
payor_code
string
required
relationship
enum<string>
required

ℹ️ This enum is non-exhaustive.

Available options:
Self,
Spouse,
Other
insured
PersonDetails · object
required
company
CompanyDetails · object
required
group_id
string | null
guarantor
GuarantorDetails · object | null
is_primary
boolean
default:true