GET
Webhookイベント一覧
/webhooks/events利用可能なすべてのWebhookイベントタイプを返します。
コード例
curl -X GET "https://api.qamaq.io/api/v1/webhooks/events" \
-H "Authorization: Bearer qmq_your_api_key"レスポンス
200List of event types
Response Body
[
{
event:stringname:string}
]