Read the site configuration (name, base URL)
GET /admin/system/site
GET
/admin/system/site
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Current site config
object
name
required
string
Example
Acme Art Reviews base_url
Absolute URL the site is reachable at. Used to build outgoing links (e.g., password-reset emails). May be empty at install time and filled in later.
string
Example
https://art.example.comAuthentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completed