# WebhookMessageStatus

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

## Fields

- `id` (string, required, max length 50) - The unique id of this message attempt.
- `messageId` (string, required, max length 50) - The unique id of the message.
- `url` (string, uri, required) - The URI of the webhook receiver.
- `response` (string, required) - Description of the response from the webhook receiver.
- `responseStatusCode` (integer, required) - The HTTP status code of the response from the webhook receiver.
- `timestamp` (string, date-time, required) - The timestamp of the event.
