Skip to content

Endpoint

  • Method: GET
  • Path: /settings/global-modules
  • Edition: Core
  • Controller: SettingsController@getGlobalModules
  • Route source: fluent-booking/app/Http/Routes/api.php:93
  • Policy: SettingsPolicy

Get Global Modules

GET
/settings/global-modules

Handler: SettingsController@getGlobalModules. Source: fluent-booking/app/Http/Routes/api.php:93.

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Responses

Successful response.

application/json
JSON
{
"data": [
{
}
],
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"from": 0,
"to": 0
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI