Skip to content

Endpoint

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

GET Get Storage Settings

GET
/admin/storage-settings

Get Storage Settings for the FluentCommunity Admin API.

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response

application/json
JSON
{
  
"config": {
  
  
"driver": "string",
  
  
"access_key": "string",
  
  
"secret_key": "string",
  
  
"bucket": "string",
  
  
"public_url": "string",
  
  
"endpoint_url": "string",
  
  
"account_id": "string",
  
  
"sub_folder": "string",
  
  
"s3_endpoint": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation