Saltar para o conteúdo principal
GET
/
v1
/
webhooks
/
{id}
Buscar webhook
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"
  }
}

Autorizações

Authorization
string
header
obrigatório

Access token OAuth 2.1.

Parâmetros de caminho

id
string
obrigatório

ID do webhook.

Resposta

Webhook retornado com sucesso.

data
object