Method: webhooks.list

Full name: projects.locations.instances.webhooks.list

Lists existing SOAR webhooks.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance to list Webhooks for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of Webhooks to return. The service may return

pageToken

string

Optional. A page token, received from a previous webhooks.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListBooks must match the call that provided the page token.

Request body

The request body must be empty.

Response body

List all the webhooks for a given instance.

If successful, the response body contains data with the following structure:

JSON representation
{
  "webhooks": [
    {
      object (Webhook)
    }
  ],
  "nextPageToken": string
}
Fields
webhooks[]

object (Webhook)

The list of Webhooks.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.