Webhooks

List webhooks

List configured webhook endpoints for your account. Cursor-paginated; see the Pagination guide.

get/v1/webhooks/endpoints

Query parameters

limitinteger

Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.

cursorstring

Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.

Response

Configured endpoints

hasMoreboolean required

When true, there are more endpoints available. Pass nextCursor as the cursor query param to fetch the next page.

nextCursorstring nullable required

Opaque cursor to fetch the next page. null when hasMore is false.

Changes

No recorded changes to this endpoint across all 1 revision of this API.