# WebhookVerification

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/webhooks/webhook.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/webhooks/webhook.service.ts#L18)

Per-request material used to authenticate an incoming webhook.

## Properties

| Property | Type |
|---|---|
| `signature` | `string` |
| `token` | `string` |
| `authHeader` | `string` |
| `rawBody` | `string | Buffer` |
