---
title: "Confirm an enrolment intent"
method: POST
path: "/enrolment_intents/{enrolment_intent_id}/confirm"
tags: ["Enrolment Intents"]
---

# Confirm an enrolment intent

`POST /enrolment_intents/{enrolment_intent_id}/confirm`

Confirms an `enrolment_intent` that is in `PendingConfirmation` status. This transitions the enrolment intent to `Enrolling` status and initiates the enrolment process with the insurance provider.

## Path parameters

- `enrolment_intent_id` string, required

## Headers

- `X-Platform-Id` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[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/c7d3d8719330/schema)
