READ - Read webhook delivery

GET {{baseUrl}}/config/webhooks/:webhookId/delivery/:deliveryId

This endpint is used to get the recent webhook deliveries for a webhook defined in the consent building block.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"webhookDelivery":[{"id":"\u003cstring\u003e","webhookId":"\u003cstring\u003e","responseStatusCode":"\u003cinteger\u003e","responseStatusStr":"\u003cstring\u003e","timestamp":"\u003cstring\u003e","status":"\u003cstring\u003e","statusDescription":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","webhookId":"\u003cstring\u003e","responseStatusCode":"\u003cinteger\u003e","responseStatusStr":"\u003cstring\u003e","timestamp":"\u003cstring\u003e","status":"\u003cstring\u003e","statusDescription":"\u003cstring\u003e"}]}