Command Palette
Search for a command to run

List webhooks

Retrieve all registered webhooks with optional search filtering

GET
/auth/v1/seed/seed-webhooks

Query parameters


page
type: integer
Page number for pagination.
default: 1
per_page
type: integer
Number of results per page. Maximum `100`.
default: 20
search
type: string
Search webhooks by name.

Previous Create a webhook

Next Get a webhook