Skip to main content
SDK luma.webhooks.list(params?: WebhookListParams): Promise<ListResponse<WebhookListEntry>> Returns a paginated list of registered webhook endpoints.

Parameters

WebhookListParams
Optional pagination options. See the official Luma API docs for available fields.
See Client — List responses for the shared pagination shape.

Test it