Toast
API Reference

Site

Public site information for themes and Content API. Edge-cacheable.

Get public site information

GET
/api/site

Returns public site information safe for themes and Content API. Includes caching headers for edge caching. No authentication required.

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/site"
{
  "name": "string",
  "description": "string",
  "logo": "http://example.com",
  "icon": "http://example.com",
  "coverImage": "http://example.com",
  "accentColor": "string",
  "timezone": "string",
  "locale": "string",
  "metaTitle": "string",
  "metaDescription": "string",
  "ogImage": "http://example.com"
}
{
  "error": "string"
}
{
  "error": "string"
}