# Retrieve a WebhookExtraHeader

**GET** `/webhooks/headers/{webhookExtraHeaderId}/`

Retrieve a WebhookExtraHeader

## Request

### Parameters

- `webhookExtraHeaderId` (path, required, string): The ID that uniquely identifies the WebhookExtraHeader

### Responses

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