---
title: "employee.health_insurance.policy.expired"
method: POST
path: "EmployeeHealthInsurancePolicyExpiredV2Webhook"
tags: ["Types of events V2"]
---

# employee.health_insurance.policy.expired

`POST EmployeeHealthInsurancePolicyExpiredV2Webhook` (webhook)

## Payload

- EmployeeHealthInsurancePolicyExpiredV2Webhook
  - `id` string, required
  - `type` string, required
  - `platform_id` string, required
  - `data` EmployeeHealthInsurancePolicyEventResponse, required
    - `id` string, required — Unique identifier for the policy
    - `employer_id` string, required — The Id of the employer for which the policy is created
    - `employee_id` string, required — The Id of the employee for which the policy is created
    - `external_customer_id` string, nullable — A unique identifier assigned by the Employer of Record (EoR) platform to the Customer (i.e. the company using the EoR service) for which the employee is employed. This ID groups employees under this Customer, enabling the aggregation of contribution reporting and other values per Customer rather than per legal entity. This parameter is only available to EoR platforms.
    - `resource_type` string — Resource type, the underlying resource this event is related to.
    - `object` string — The object type
  - `created_at` string, date-time, required
  - `object` string, required
  - `version` string, required

## Acknowledgement `2xx`

Your server implementation should return this HTTP status code if the data was received successfully

## Other responses

- `4xx` — If your server returns an HTTP status code indicating it does not understand the format of the payload the delivery will be treated as a failure. Multiple retries will be attempted!
- `5xx` — If your server returns an HTTP status code indicating a server-side error the delivery will be treated as a failure. Multiple retries will be attempted!

---

[API](https://skmtc.net/kota/apis/kota-api.md) · [All operations](https://skmtc.net/kota/apis/kota-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kota/kota-api/revisions/85bb8b3c42b4/schema)
