GET
Listar webhooks
/webhooksRetorna todos os webhooks configurados para a organização.
Exemplos de Código
curl -X GET "https://api.qamaq.io/api/v1/webhooks" \
-H "Authorization: Bearer qmq_your_api_key"Respostas
200List of webhooks
Response Body
{
webhooks:Webhook[]total:integer}