Skip to main content
PATCH
/
webhooks
/
{id}
Atualizar Webhook
curl --request PATCH \
  --url http://localhost:3000/api/webhooks/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "name": "<string>",
  "active": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

id
string
required
ID do webhook.
url
string
Nova URL.
name
string
Novo nome.
active
boolean
Ativar ou desativar o webhook.