cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "url": "<string>", "events": [ "<string>" ], "headers": {}, "secret": "<string>", "retryOnFailure": true, "isActive": true }
Retorna configuração de um webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Configuração do webhook