Get site basic info
GET/site/basic-info.json
Can be used to fetch basic info about a site
Responses
- 200
success response
- application/json
- Schema
- Example (from schema)
Schema
logo_url stringrequired
logo_small_url stringrequired
apple_touch_icon_url stringrequired
favicon_url stringrequired
title stringrequired
description stringrequired
header_primary_color stringrequired
header_background_color stringrequired
login_required booleanrequired
locale stringrequired
include_in_discourse_discover booleanrequired
mobile_logo_url stringrequired
{
"logo_url": "string",
"logo_small_url": "string",
"apple_touch_icon_url": "string",
"favicon_url": "string",
"title": "string",
"description": "string",
"header_primary_color": "string",
"header_background_color": "string",
"login_required": true,
"locale": "string",
"include_in_discourse_discover": true,
"mobile_logo_url": "string"
}
Loading...