Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.vendaze.com/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "wh_3f9a1c8b2d4e5f6a7b8c9d0e1f2a3b4c", "name": "Meu webhook", "url": "https://meuapp.com/webhooks/vendaze", "events": [ "person.created", "deal.won" ], "auth_enable": true, "webhook_secret": "whsec_3f9a1c8b2d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0", "created_at": "2026-05-26T14:00:00.000Z" } }
Retorna um webhook pelo ID.
Escopo necessário
webhooks:manage
Access token OAuth 2.1.
ID do webhook.
Webhook retornado com sucesso.
Show child attributes
Esta página foi útil?