v1

latestOpenAPI 3.0.32026-07-2650226215.9 KB
Webhook

List webhooks

Returns a paginated list of all webhook endpoints registered for your organization. The secret field is never included in list responses. Supports cursor-based pagination via limit (default 10, max 100), startingAfter (cursor for the next page), and endingBefore (cursor for the previous page).

get/webhooks

Query parameters

limitinteger
startingAfterstring
endingBeforestring

Response

The request has succeeded.

objectstring

Resource type discriminator.

hasMoreboolean

True when more rows exist beyond this page in the direction of travel (forward by default, backward when endingBefore was supplied).

nextCursorstring

Opaque cursor pointing at the last item in this page. Present when data is non-empty. Pass as startingAfter to fetch the next page; hasMore=false signals no more pages forward.

previousCursorstring

Opaque cursor pointing at the first item in this page. Present when data is non-empty. Pass as endingBefore to page backward; when this yields an empty response the client is at the start of the list.