Skip to main content

Get all Webhooks of current application

GET 

/api/v2/public/webhooks/facility

Retrieves a list of all existing webhooks.

Request

Responses

Schema
    data object[]
  • Array [
  • id stringrequired

    If of the Webhook

    url stringrequired

    Url of the Webhook

    events string[]required

    Possible values: [shift.request.created, shift.request.cancelled, shift.report.created, shift.scheduled.cancelled, shift.scheduled, shift.created, shift.report.accepted-automatically, shift.report.accepted, shift.report.rejected, shift.cancelled, all]

    List of events that this webhook will listen to

    clientId stringrequired
    facilities string[]required

    List of facilities ids that this webhook belongs to

    secrets string[]required

    List of webhook secrets

  • ]
Loading...