# WebhookResponse

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/webhook-response/

## Fields

- `id` (string, uuid, required) - The unique identifier of the webhook.
- `endpoint` (string, uri, required) - The uri of the webhook receiver.
- `eventType` (any, required, one of "transaction.complete", "refund.complete") - The type of event the webhook subscribes to.
- `messageType` (any, required, one of "thin", "full") - Defaults to `thin`. Specify `full` to receive a larger payload with as much detail as possible.
