...
- GET /api/system/systemhooks - Retrieve the global
systemHookConfiguration.json
. - POST /api/system/systemhooks - Update the global
systemHookConfiguration.json
. - POST /api/system/systemhooks/validate - Validate the global
systemHookConfiguration.json
. - GET /api/system/apps/{app}/systemhooks - Retrieve the app-specific
systemHookConfiguration.json
. - POST /api/system/apps/{app}/systemhooks - Update the app-specific
systemHookConfiguration.json
. - POST /api/system/tenants/{tenant}/apps/validate - Validate the app-specific
systemHookConfiguration.json
.
...