Consultar webhook

Retorna os dados, último envio e histórico recente de tentativas de um webhook.

GET/webhooks/{webhook_id}

Exemplo de requisição

curl -X GET https://api.pix.nixfin.com.br/webhooks/wh_a1b2c3 \
  -H "Authorization: Bearer $BS_TOKEN"

Exemplo de resposta

{
  "id": "wh_a1b2c3",
  "event": "pix.received",
  "url": "https://api.cliente.com/wh/pix-in",
  "active": true,
  "last_delivery": { "status": 200, "at": "2026-04-23T14:05:14Z" }
}