---
title: "Token submission by Consent Manager for link confirmation"
method: POST
path: "/v0.5/links/link/confirm"
tags: ["link", "cm facing"]
---

# Token submission by Consent Manager for link confirmation

`POST /v0.5/links/link/confirm`

API to submit the token that was sent by HIP during the link request.

## Headers

- `Authorization` string, required
- `X-HIP-ID` string, required

## Request body

- LinkConfirmationRequest
  - `confirmation` object, required
    - `linkRefNumber` string, required
    - `token` string, required
  - `requestId` string, uuid, required
  - `timestamp` string, date-time, required — Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ

## Response `202`

accepted

## Other responses

- `400` — **Causes:** * Token is not provided
- `401` — **Causes:** * Unauthorized request
- `500` — **Causes:** * Downstream system(s) is down. * Unhandled exceptions.

---

[API](https://skmtc.net/ndhm/apis/ndhm-gateway.md) · [All operations](https://skmtc.net/ndhm/apis/ndhm-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ndhm/ndhm-gateway/versions/a440e2981b29/schema)
