QamaqQamaq
GET

Lister les webhooks

/webhooks

Renvoie tous les webhooks configurés pour l'organisation.

Exemples de code

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

Réponses

200List of webhooks

Response Body

{
webhooks:Webhook[]
total:integer
}