Endpoint
- Method:
GET - Path:
/options/sidebar-menu-html - Edition: Core
- Controller:
OptionController@getSidebarMenuHtml - Route source:
fluent-community/app/Http/Routes/api.php:145 - Controller source:
fluent-community/app/Http/Controllers/OptionController.php
GET Get Sidebar Menu HTML
GET
/options/sidebar-menu-html
Get Sidebar Menu HTML for the FluentCommunity Options API.
Controller: OptionController@getSidebarMenuHtml
Route source: fluent-community/app/Http/Routes/api.php:145
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Responses
Successful response
application/json
JSON "sidebar_html": "string", "auth_spaces": "string"
{
}