Skip to main content

List webhooks

GET 

/webhooks

Lists webhooks for an app.

Request

Query Parameters

    anchor_type string

    Possible values: [APPLICATION, ACCOUNT]

    Filters the webhooks in the response by an anchor_id entity type.

    Default value: APPLICATION

Responses

A successful request returns the HTTP 200 OK status code and a JSON response body that lists webhooks with webhook details.

Schema

    webhooks object[]

    An array of webhooks.

Loading...