Skip to main content

Get all User Webhooks

GET 

/api/v2/public/webhooks/user

Retrieves a list of all existing user webhooks.

Request

Responses

Schema
    data object[]
  • Array [
  • id stringrequired

    If of the Webhook

    url stringrequired

    Url of the Webhook

    events string[]required

    Possible values: [all, facility.user-connection.accepted, facility.user-connection.rejected, facility.creation.accepted, facility.creation.rejected]

    List of events that this webhook will listen to

    clientId stringrequired
    secrets string[]required

    List of webhook secrets

  • ]
Loading...