Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

application/json
entity_id
string
required

ID of the EOI request's enrollment record, as returned in entity_id by the list endpoint.

entity_type
enum<string>
required

The entity_type returned by the list endpoint for this EOI request.

Available options:
Member,
Dependent
approved_volume
string<decimal> | null

The coverage volume approved by the carrier. Required when approving.

Pattern: ^-?\d{0,10}(?:\.\d{0,2})?$
effective_date
string<date> | null

The date the approved volume goes into effect. Required when approving.

Response

200 - application/json
status
enum<string>

The result of the action.

Available options:
approved,
dismissed