---
title: "Exibir informações acerca do Webhook Pix."
method: GET
path: "/webhook/{chave}"
tags: ["Webhook"]
---

# Exibir informações acerca do Webhook Pix.

`GET /webhook/{chave}`

Endpoint para recuperação de informações sobre o Webhook Pix.

## Response `200`

Dados do webhook.

- WebhookCompleto
  - `webhookUrl` string, uri, required
  - `cnpj` string, required — Filtro pelo CNPJ do devedor. Não pode ser utilizado ao mesmo tempo que o CPF.
  - `criacao` string, date-time, required — Data e hora em que o webhook foi cadastrado. Respeita RFC 3339.

## Other responses

- `403` — Requisição de participante autenticado que viola alguma regra de autorização.
- `404` — Recurso solicitado não foi encontrado.
- `503` — Serviço não está disponível no momento. Serviço solicitado pode estar em manutenção ou fora da janela de funcionamento.

## Changes

- **2024-08-30** `e60160879b89` — 1 breaking, 1 info
  - removed the required property `chave` from the response with the `200` status
  - added the required property `cnpj` to the response with the `200` status
- **2020-12-03** `1ab8ae73a0ae` — 3 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `503`
- **2020-11-06** `f4a2162d6068` — 1 info
  - endpoint added
- **2020-06-29** `5967a4b6f934` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bacen/apis/api-pix/changes/webhook/:chave/get.md)

---

[API](https://skmtc.dev/bacen/apis/api-pix.md) · [All operations](https://skmtc.dev/bacen/apis/api-pix/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bacen/api-pix/revisions/1a3df62a7286/schema)
