HFS 3
  1. plugins
HFS 3
  • Introduction
  • Front-end
    • List files
      GET
    • Upload
      PUT
    • Upload
      POST
    • Delete
      DELETE
    • Create folder
      POST
  • Admin
    • misc
      • get config
      • set config
    • accounts
      • add account
      • update account
      • list accounts
      • delete account
      • list usernames
      • get account
      • list admins
      • safer update of the password
    • VFS
    • plugins
      • get plugin config
        GET
      • set plugin config
        POST
    • monitoring
    • log
  1. plugins

get plugin config

GET
/~/api/get_plugin
you can also call this with POST

Request

Query Params
id
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost/~/api/get_plugin?id'

Responses

🟢200Success
application/json
Body
enabled
boolean 
required
config
object 
required
content depends on the plugin
Example
{
    "enabled": true,
    "config": {}
}
Modified at 2025-05-30 14:11:36
Previous
safer update of the password
Next
set plugin config
Built with