Skip to content

Endpoint

  • Method: GET
  • Path: /admin/on-boardings
  • Edition: Core
  • Controller: AdminController@getOnboardingSettings
  • Route source: fluent-community/app/Http/Routes/api.php:110
  • Controller source: fluent-community/app/Http/Controllers/AdminController.php

GET Get Onboarding Settings

GET
/admin/on-boardings

Get Onboarding Settings for the FluentCommunity Admin API.

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

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",
  
  
"has_fluentcrm": "string",
  
  
"has_fluentsmtp": "string",
  
  
"has_fluentcart": "string",
  
  
"template": "string",
  
  
"install_fluentcrm": "string",
  
  
"install_fluentsmtp": "string",
  
  
"install_fluentcart": "string",
  
  
"subscribe_to_newsletter": "string",
  
  
"share_data": "string",
  
  
"user_full_name": "string",
  
  
"user_email_address": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation