v28

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-07-082940159.9 KB
Webhooks

List webhooks

Lists webhook endpoints with optional filters and pagination

get/v1/webhooks

Query parameters

enabledboolean
Example:true

Filter by enabled status

tenant_idstring
Example:org-123

Filter by tenant ID. NULL bytes not allowed.

limitinteger

Number of results to return (max 1000)

cursorstring

Omit for the first page. For the next page, use the exact value from the previous response's next_cursor. Opaque (base64-encoded); keyset pagination.

Response

OK. Returns ListWebhooksOutputBody (items omit signing_key).

totalinteger

Total count matching filters (present when offset-based; omitted when using cursor)

limitinteger required

Limit used in query

offsetinteger

Offset used in query (present when offset-based; omitted when using cursor)

next_cursorstring

Opaque cursor for the next page (keyset paging). Present only when there may be more results. Use as the cursor query param for the next page.