# Retrieve a WebhookEvent

**GET** `/webhooks/events/{webhookEventId}/`

Retrieve a WebhookEvent

## Request

### Parameters

- `webhookEventId` (path, required, string): The ID that uniquely identifies the WebhookEvent

### Responses

- `200`: A WebhookEvent object
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
