Skip to main content

Get webhooks

GET 

/api/v8/partner/settings/webhooks

Get pending and confirmed webhooks. Pending webhooks have received a verification secret but have not been confirmed yet.

Request

Responses

List of pending and confirmed webhooks

Schema
    confirmed object[]
  • Array [
  • url urirequired

    Possible values: non-empty and <= 2083 characters

    The pending or confirmed webhook URL.

    date date-timerequired

    The date and time when the webhook was added.

  • ]
  • pending object[]
  • Array [
  • url urirequired

    Possible values: non-empty and <= 2083 characters

    The pending or confirmed webhook URL.

    date date-timerequired

    The date and time when the webhook was added.

  • ]
Loading...