LangBot Docs
Plugins

Get plugin configuration

Get the plugin's current configuration values and configuration schema.

GET
/api/v1/plugins/{author}/{plugin_name}/config

Get the plugin's current configuration values and configuration schema.

Authorization

X-API-Key<token>

In: header

Path Parameters

author*string
plugin_name*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/plugins/string/string/config"
{  "code": 0,  "data": {}}