---
title: "Callback API for /subscription-requests/hiu/notify to acknowledge receipt of notification."
method: POST
path: "/v0.5/subscription-requests/hiu/on-notify"
tags: ["subscriptions"]
---

# Callback API for /subscription-requests/hiu/notify to acknowledge receipt of notification.

`POST /v0.5/subscription-requests/hiu/on-notify`

This API is called by HIU as acknowledgement to subscription request relevant notifications.

## Headers

- `Authorization` string, required

## Request body

- HIUSubscriptionRequestNotificationAcknowledgement
  - `acknowledgement` object
    - `status` 'OK', required
    - `subscriptionRequestId` string, required
  - `error` Error
    - `code` 1000 | 10001, required
    - `message` string, required
  - `requestId` string, uuid, required — a nonce, unique for each HTTP request
  - `resp` RequestReference, required
    - `requestId` string, uuid, required — the requestId that was passed
  - `timestamp` string, date-time, required — Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ

## Response `202`

Request Accepted.

## Other responses

- `401` — **Causes:** * Invalid/Expired/Empty token.
- `500` — **Causes:** * Downstream services are down

---

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