Skip to content

Endpoint

  • Method: GET
  • Path: /admin/push-settings
  • Edition: Core
  • Controller: AdminController@getPushSettings
  • Route source: fluent-community/app/Http/Routes/api.php:107
  • Controller source: fluent-community/app/Http/Controllers/AdminController.php

Inferred sample

No recorded sample exists for this endpoint yet, so the payload below is inferred from the controller and model definitions. Field names and types are accurate; values are placeholders.

GET Get Push Settings

GET
/admin/push-settings

Get Push Settings for the FluentCommunity Admin API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"push_settings": {
  
},
  
"push_available": "string",
  
"push_setup": {
  
  
"state": "string",
  
  
"settings_url": "string",
  
  
"can_install": true,
  
  
"can_activate": true,
  
  
"has_installer": true,
  
  
"learn_more_url": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation