QamaqQamaq
GET

List webhooks

/webhooks

Returns all webhooks configured for the organization.

Code Examples

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

Responses

200List of webhooks

Response Body

{
webhooks:Webhook[]
total:integer
}