Skip to content

Returns the followers module configuration, including who may see a member follower and following lists.

Endpoint

  • Method: GET

  • Path: /settings/followers/config

  • Edition: PRO

  • Controller: ProAdminController@getFollowersSettings

  • Route source: fluent-community-pro/app/Http/Routes/api.php:36

  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

  • Requires the FluentCommunity community-admin permission (or a WordPress super admin).

  • Requires FluentCommunity Pro.

Live sample

The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.

GET Get Followers Settings

GET
/settings/followers/config

Returns the followers module configuration, including who may see a member follower and following lists.

Controller: ProAdminController@getFollowersSettings
Route source: fluent-community-pro/app/Http/Routes/api.php:36

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"settings": {
  
  
"is_enabled": "string",
  
  
"who_can_see_followers": "string",
  
  
"who_can_see_followings": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation