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

# Obter webhook

> Retorna detalhes completos de um endpoint webhook.

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "id": "wep_01j5k...",
    "url": "https://meu-sistema.com/webhooks/boh",
    "events": ["inventory_transaction.completed"],
    "status": "ACTIVE",
    "created_at": "2026-01-01T00:00:00.000Z"
  }
  ```
</ResponseExample>
