# Retrieve a Webhook

**GET** `/webhooks/{webhookId}/`

Retrieve a Webhook

## Request

### Parameters

- `webhookId` (path, required, string): The ID that uniquely identifies the Webhook

### Responses

- `200`: A response with a Webhook
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
