The API module contains all functionality necessary to provide modern REST-based API interfaces.
Configuration Options
Option | Possible Values | Description |
---|---|---|
app.logging | true / false | If set to true the requests are logged to api_logs table and can be searched within the UI. |
app.forceApplication | true / false | If set to true requests without a valid x-application header will fail. |
Add Comment