LIST - List all webhook deliveries
GET {{baseUrl}}/config/webhooks/:webhookId/deliveries?offset=<integer>&limit=10
This endpoint is used to read recent webhook deliveries with pagination from the consent building block that were sent to an external IT system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | string | Requested index for start of resources to be provided in response requested by client | |
limit | number | Number of items returned per page. Requested number of resources to be provided in response requested by client |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"webhookDeliveries":[{"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"}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}