> ## Documentation Index
> Fetch the complete documentation index at: https://docs.weve.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# webhook.test

> A mensagem do botão de teste. Não vem de fato nenhum: basta responder 2xx.

Sai de [Enviar teste](/api-reference/webhook-endpoints/test), assinada e entregue como qualquer
outro evento. Não é preciso se inscrever nele: `webhook.test` não entra em `event_types`.

```json theme={null}
{
  "id": "2c4e6a8b-0d1f-4b3c-9e5a-7b9d1f3c5e7a",
  "type": "webhook.test",
  "occurred_at": "2026-09-14T12:00:00Z",
  "club_id": "7a1e9c4b-5d3f-4e2a-8b6c-1f0d9e8a7b65",
  "data": {
    "endpoint_id": "8e0a2c4b-6d1f-4e3a-a5c7-9b1d3f5a7c9e",
    "message": "Este é um evento de teste da weve. Responda com qualquer status 2xx."
  }
}
```


## Related topics

- [Enviar teste](/api-reference/webhook-endpoints/test.md)
- [Webhooks de saída](/essentials/webhooks.md)
- [Listar entregas](/api-reference/webhook-endpoints/deliveries-list.md)
- [Reenviar entrega](/api-reference/webhook-endpoints/deliveries-retry.md)
- [Ler uma entrega](/api-reference/webhook-endpoints/deliveries-get.md)
