Retrieve a policy

Retrieves a policy object.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path Parameters

policy_idstringRequiredformat: "p_.+"

Response

OK
idstringformat: "p_.+"

Unique identifier for the policy. Prefixed with p_.

employee_idstringformat: "ee_.+"

Identifier of the employee associated with this policy. Prefixed with ee_.

group_policy_idstringformat: "gp_.+"

Identifier of the group policy id associated with this policy. Prefixed with gp_.

bundling_typeenum
Indicates how this policy is bundled within a group
Allowed values:
statusenum
Current lifecycle state of the policy
Allowed values:
group_idstringformat: "gr_.+"

Identifier of the group associated with this policy. Prefixed with gr_.

providerobject
Provider information for this policy
planobject
Plan information for this policy
start_datestringformat: "date"

Policy start (effective) date in ISO 8601 (YYYY-MM-DD)

typeenum

Policy type. Determines which sub-object is populated.

Allowed values:
end_datestring or nullformat: "date"

Policy end date (inclusive) in ISO 8601, or null if open-ended

cancellation_datestring or nullformat: "date"

Date the policy was cancelled (if applicable)

health_insuranceobject or null

Health insurance–specific fields (present when type=health_insurance)

objectstring or null
Object type

Errors