List all webhooks

GET {{baseUrl}}/webhooks?events=<string>&currentPage=1&pageSize=25

Retrieve a list of all webhooks configured for the current workspace.

Request Params

KeyDatatypeRequiredDescription
eventsstringThe webhook event that you wish to filter on.
currentPagenumberChoose the number of search results to return per page. Minimum value: 1
pageSizenumberResults per page. Allowed values 1-100, default is 25.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;webhookId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;events&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;url&quot;:&quot;\u003cstring\u003e&quot;},{&quot;webhookId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;events&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;url&quot;:&quot;\u003cstring\u003e&quot;}],&quot;pagination&quot;:{&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003curi\u003e&quot;}],&quot;itemsTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pagesTotal&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pageSize&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currentPageItems&quot;:&quot;\u003cinteger\u003e&quot;}}