WebフックRESTエンドポイント
Webhooks
- Webフックの作成
- メソッド: postパス:
/system/api/v1/webhooks - Webフックの削除
- メソッド: deleteパス:
/system/api/v1/webhooks/{id} - Webフック・ログのリスト
- メソッド: getパス:
/system/api/v1/webhooks/{id}/logs - Webフックのリスト
- メソッド: getパス:
/system/api/v1/webhooks - Webフックを読み取る
- メソッド: getパス:
/system/api/v1/webhooks/{id} - Webフックの更新
- メソッド: putパス:
/system/api/v1/webhooks/{id}