webhooks
The consent request was accepted, with its request id
Carries the consent request and the request id. Store the request id: it is how a later notification is tied back to the request you made.
Authorizations
Authorizationbearer tokenRequiredThe accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.
Body
consentRequestobjectRequiredconsentRequest.idstringRequirederrornullRequiredresponseobjectRequiredresponse.requestIdstringRequiredResponses
200Your bridge acknowledged the callback with 200 OK. The gateway validates the body you send back, so a 200 carrying the wrong body is still a failure.
Where this fits
You produce this callback by calling Initiate a consent request.