# List Webhook Groups

Lists webhook groups.

Endpoint: GET /v1/webhooks/groups
Version: 0.1
Security: OAuth2

## Query parameters:

  - `cursor` (string,null)
    Cursor for pagination.

  - `limit` (integer)
    Limit for pagination. If not provided, defaults to 100. Cannot be greater than 1000.

## Response 200 fields (application/json):

  - `next_cursor` (string,null)

  - `items` (array, required)

  - `items.id` (string, required)
    The ID of the webhook group.
    Example: "wg_123"

  - `items.name` (string, required)
    The name for the webhook group.
    Example: "Some Webhook Group"


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 500 fields
