v1

latestOpenAPI 3.0.02026-07-14225552.2 KB
consent

Consent notification

This API is called by HIP as acknowledgement to notification of consents, in cases of consent revocation and expiration, notified by CM earlier via Gateway API - /v0.5/consents/hip/notify.

post/v0.5/consents/hip/on-notify

Headers

Authorizationstring required

Access token which was issued after successful login with gateway auth server.

Request body

requestIdstring uuid required

a nonce, unique for each HTTP request

timestampstring date-time required

Date time format in UTC, includes miliseconds YYYY-MM-DDThh:mm:ss.vZ

Example request

{
  "acknowledgement": {
    "consentId": "<consent-artefact-id>"
  },
  "requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}

Response

Request Accepted