READ - Read webhook

GET {{baseUrl}}/config/webhook/:webhookId

This endpoint is used to read a webhook to by its ID defined in the consent building block.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"webhook":{"payloadUrl":"\u003cstring\u003e","contentType":"\u003cstring\u003e","subscribedEvents":{"consentManagementWebhook":["\u003cstring\u003e","\u003cstring\u003e"],"digitalWalletWebhook":["\u003cstring\u003e","\u003cstring\u003e"]},"disabled":"\u003cboolean\u003e","secretKey":"\u003cstring\u003e","skipSslVerification":"\u003cboolean\u003e","timestamp":"\u003cstring\u003e","id":"\u003cstring\u003e","orgId":"\u003cstring\u003e"}}