> ## 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.

# Probar webhook

> Envía un evento de ping al endpoint inmediatamente. Útil para verificar la conectividad y tu lógica de verificación de firma.

<ParamField header="x-api-key" type="string" required>
  API key de BOH con scope `admin:webhooks`.
</ParamField>

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

<ResponseField name="delivery_id" type="string">UUID de la entrega de prueba creada.</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>
