Skip to content

Endpoint

  • Method: GET
  • Path: /admin/general
  • Edition: Core
  • Controller: AdminController@getGeneralSettings
  • Route source: fluent-community/app/Http/Routes/api.php:96
  • Controller source: fluent-community/app/Http/Controllers/AdminController.php

GET Get General Settings

GET
/admin/general

Get General Settings for the FluentCommunity Admin API.

Controller: AdminController@getGeneralSettings
Route source: fluent-community/app/Http/Routes/api.php:96

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"settings": {
  
  
"site_title": "string",
  
  
"slug": "string",
  
  
"logo": "string",
  
  
"white_logo": "string",
  
  
"logo_permalink_type": "string",
  
  
"logo_permalink": "string",
  
  
"featured_image": "string",
  
  
"access": {
  
  
  
"acess_level": "string",
  
  
  
"access_roles": [
  
  
  
  
{
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
}
  
  
  
]
  
  
},
  
  
"auth_form_type": "string",
  
  
"explicit_registration": "string",
  
  
"disable_global_posts": "string",
  
  
"auth_content": "string",
  
  
"auth_redirect": "string",
  
  
"restricted_role_content": "string",
  
  
"auth_url": "string",
  
  
"cutsom_auth_url": "string",
  
  
"use_custom_signup_page": "string",
  
  
"custom_signup_url": "string"
  
},
  
"user_roles": {
  
  
"subscriber": "string",
  
  
"contributor": "string",
  
  
"author": "string",
  
  
"editor": "string"
  
},
  
"users_can_register": true,
  
"user_registration_enable_url": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation