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).