Webhooks
List webhook endpoints
Paginate through registered Luma webhook endpoints with luma.webhooks.list(), filtering by limit to inspect URLs and event subscriptions.
SDK
See Client — List responses for the shared pagination shape.
luma.webhooks.list(params?: WebhookListParams): Promise<ListResponse<WebhookListEntry>>
Returns a paginated list of registered webhook endpoints.
Parameters
Optional pagination options. See the official Luma API docs for available fields.