Skip to content

Endpoint

  • Method: GET
  • Path: /options/app-vars
  • Edition: Core
  • Controller: OptionController@getAppVars
  • Route source: fluent-community/app/Http/Routes/api.php:144
  • Controller source: fluent-community/app/Http/Controllers/OptionController.php

GET Get App Vars

GET
/options/app-vars

Get App Vars for the FluentCommunity Options API.

Controller: OptionController@getAppVars
Route source: fluent-community/app/Http/Routes/api.php:144

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"appVars": "string",
  
"menu_links_groups": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation