Skip to main content

Get VCS 3rd Party Webhooks

GET 

/code/api/v1/apps-webhooks/webhooks

Get an inventory of third-party webhooks found in your organization’s version control system (VCS).

Request

Responses

webhooks

Schema
  • Array [
  • createdAt double

    Webhook creation date

    customerName stringrequired

    Customer Prisma ID

    domain stringrequired

    Webhook URL domain

    id stringrequired

    VCS App ID

    isSSLVerificationEnabled boolean

    Webhook SSL verification enabled/disabled

    name stringrequired

    VCS App name

    nodeCreatedTimestamp double
    timestamp doublerequired
    triggers string[]required

    Webhook events triggers

    type stringrequired

    Possible values: [VCSWebhook]

    url stringrequired

    Webhook URL

    vendorCreatedTimestamp double

    Webhook creation date

    webhookType stringrequired

    Webhook type

    workspaceId string

    VCS workspace/integration ID

  • ]
Loading...