# Get Webhook Group

Gets a webhook group.

Endpoint: GET /v1/webhooks/groups/{id}
Version: 0.1
Security: OAuth2

## Path parameters:

  - `id` (string, required)
    The ID of the webhook group to retrieve.

## Response 200 fields (application/json):

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

  - `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
