Skip to main content

List event subscriptions for webhook

GET 

/webhooks/:webhook_id/event-types

Lists event subscriptions for a webhook, by ID.

Request

Path Parameters

    webhook_id stringrequired

    The ID of the webhook for which to list subscriptions.

Responses

A successful request returns the HTTP 200 OK status code and a JSON response body that lists event subscriptions for a webhook.

Schema

    event_types object[]

    An array of webhook events.

Loading...