v1

latestOpenAPI 3.0.3Proprietary2026-07-26125148541.3 KB
Webhooks

Listar

Lista todos os gatilhos cadastrados para o token.

get/hooks

Response

Lista de gatilhos

idstring
urlstring uri
authorizationstring nullable
authorization_headerstring nullable
event'nfe' | 'nfse' | 'nfsen' | 'nfce_contingencia' | 'nfe_recebida' | 'nfe_recebida_falha_consulta' | 'nfse_recebida' | 'cte_recebida' | 'inutilizacao' | 'cte' | 'mdfe' | 'nfcom'

Evento monitorado

cnpjstring

CNPJ vinculado ao gatilho

cpfstring

CPF vinculado ao gatilho

Example response

[
  {
    "id": "Vj5rmkBq",
    "url": "http://minha.url/nfe",
    "authorization": null,
    "authorization_header": null,
    "event": "nfe",
    "cnpj": "12345678000123"
  }
]