For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhook

Atualizar configuração de Webhook da tela nativa "Clientes" (Vendedor)

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
new_client_webhook_idstringOpcional
Respostas
200

Atualizado

application/json
new_client_webhook_idstringOpcional
put/portals/sellers/customers/webhook
PUT /api/b2b/portals/sellers/customers/webhook HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "new_client_webhook_id": "text"
}
{
  "new_client_webhook_id": "text"
}