LIST - List all webhooks
GET {{baseUrl}}/config/webhooks?offset=<integer>&limit=10
This endpoint is used to get all webhooks that was defined to trigger events from the consent building block 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
{"webhooks":[{"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"},{"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"}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}