QamaqQamaq
GET

Listar webhooks

/webhooks

Devuelve todos los webhooks configurados para la organización.

Ejemplos de Código

curl -X GET "https://api.qamaq.io/api/v1/webhooks" \
  -H "Authorization: Bearer qmq_your_api_key"

Respuestas

200List of webhooks

Response Body

{
webhooks:Webhook[]
total:integer
}