---
title: "enrolment_intent.pending_confirmation"
method: POST
path: "EnrolmentIntentPendingConfirmationV2Webhook"
tags: ["Types of events V2"]
---

# enrolment_intent.pending_confirmation

`POST EnrolmentIntentPendingConfirmationV2Webhook` (webhook)

## Payload

- EnrolmentIntentPendingConfirmationV2Webhook
  - `id` string, required
  - `type` string, required
  - `platform_id` string, required
  - `data` EnrolmentIntentEventResponse, required
    - `enrolment_intent_id` string, required — Identifier of the enrolment intent associated with this event. Prefixed with `ei_`.
    - `employee_id` string, required — Identifier of the employee associated with this enrolment intent. Prefixed with `ee_`.
    - `group_id` string, required — Identifier of the group associated with this enrolment intent. Prefixed with `gp_`.
    - `resource_type` string — Resource type, the underlying resource this event is related to.
    - `object` string — 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/versions/7b8b3ed87c96/schema)
