Get Config
GET
/config/{scope}
Get configuration values for a scope.
Parameters
| Name | Type | Description |
|---|---|---|
| scope required | string | Configuration scope: system, site, media, security, plugins/{name}, or themes/{name} |
JSON
{"data": {"title": "My Site", "author": {"name": "Admin"}}}
Response Codes
200
Success
401
Unauthorized
404
Scope not found