v1
latestOpenAPI 3.0.02026-07-14225552.2 KBsubscriptions
hiu facing
Callback API for /subscriptions/hiu/notify to acknowledge receipt of notification.
This API is called by HIU as acknowledgement to consent notifications, specifically for cases when consent is REVOKED or EXPIRED.
post/v0.5/subscriptions/hiu/on-notify
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server.
Request body
Example request
{
"acknowledgement": {
"eventId": "subscription event Id"
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request Accepted.