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

# Testar webhook

> Envia um evento de ping ao endpoint imediatamente. Útil para verificar a conectividade e sua lógica de verificação de assinatura.

<ParamField header="x-api-key" type="string" required>
  API key do BOH com escopo `admin:webhooks`.
</ParamField>

<ParamField path="webhookId" type="string" required>UUID do webhook.</ParamField>

<ResponseField name="delivery_id" type="string">UUID da entrega de teste criada.</ResponseField>

<RequestExample>
  ```http theme={null}
  POST /api/v1/public/admin/webhooks/wep_01j5k.../test
  x-api-key: boh_live_xxxxxxxx
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  { "delivery_id": "del_01j5k..." }
  ```
</ResponseExample>
