Skip to content

Endpoint

  • Method: GET
  • Path: /settings/features
  • Edition: Core
  • Controller: SettingController@getFeatures
  • Route source: fluent-community/app/Http/Routes/api.php:150
  • Controller source: fluent-community/app/Http/Controllers/SettingController.php

GET Get Feature Settings

GET
/settings/features

Get Feature Settings for the FluentCommunity Settings API.

Controller: SettingController@getFeatures
Route source: fluent-community/app/Http/Routes/api.php:150

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"features": "string",
  
"addOns": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation