Admin APISite
Read public site metadata.
Response Body
application/json
curl -X GET "https://example.com/site/"{
"site": {
"title": "string",
"description": "string",
"logo": "http://example.com",
"icon": "http://example.com",
"cover_image": "http://example.com",
"accent_color": "string",
"locale": "string",
"url": "http://example.com",
"version": "string",
"allow_external_signup": true,
"sentry_dsn": "string",
"sentry_env": "string"
}
}