List all webhooks
GET {{baseUrl}}/webhooks?events=<string>¤tPage=1&pageSize=25
Retrieve a list of all webhooks configured for the current workspace.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
events | string | The webhook event that you wish to filter on. | |
currentPage | number | Choose the number of search results to return per page. Minimum value: 1 | |
pageSize | number | Results per page. Allowed values 1-100, default is 25. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"webhookId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","events":["\u003cstring\u003e","\u003cstring\u003e"],"url":"\u003cstring\u003e"},{"webhookId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","events":["\u003cstring\u003e","\u003cstring\u003e"],"url":"\u003cstring\u003e"}],"pagination":{"links":[{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"},{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"}],"itemsTotal":"\u003cinteger\u003e","pagesTotal":"\u003cinteger\u003e","pageSize":"\u003cinteger\u003e","currentPage":"\u003cinteger\u003e","currentPageItems":"\u003cinteger\u003e"}}