Retrieve a group policy
Retrieves a group_policy object.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path Parameters
group_policy_id
Response
OK
id
Unique identifier for the group policy. Prefixed with gp_.
start_date
Policy start (effective) date in ISO 8601 (YYYY-MM-DD).
status
Current lifecycle state of the `group_policy`, indicating its progress from creation to activation. Possible values are:
- `scheduled`: Group policy has been scheduled for activation.
- `active`: Group policy is now active
- `expired`: Group policy is no longer active as it reached its end date
- `cancelled`: Group policy is now cancelled for any reason.
Allowed values:
type
Policy type. Determines which sub-object is populated.
Allowed values:
provider
Provider information for this policy.
plan
Plan information for this policy
group_id
Identifier for the group associated with this group policy.
employer_id
Identifier for the employer associated with this group policy.
end_date
Policy end date (inclusive) in ISO 8601 (YYYY-MM-DD), or null if open-ended.
cancellation_date
Policy cancellation date (inclusive) in ISO 8610 (YYYY-MM-DD), or null if not applicable.
health_insurance
Health insurance–specific fields (present when type=health_insurance).
object
The object type

