GET
List webhook events
/webhooks/eventsReturns all available webhook event types.
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/webhooks/events" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200List of event types
Response Body
[
{
event:stringname:string}
]