Listar webhooks

Este exemplo mostra como listar webhooks.

Substitua o seguinte valor de espaço reservado no código de exemplo:

Chave Descrição
bearer_token Seu token OAuth. Saiba mais sobre tokens OAuth
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/vis/v1/self/webhooks' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token'