Webhooks
Criar
Cria um novo gatilho para receber notificações de eventos.
post/hooks
Request body
Example request
{
"cnpj": "12345678000123",
"event": "nfe",
"url": "http://minha.url/nfe"
}Response
Gatilho criado com sucesso
Example response
{
"id": "Vj5rmkBq",
"url": "http://minha.url/nfe",
"authorization": null,
"authorization_header": null,
"event": "nfe",
"cnpj": "12345678000123"
}