Get Public site settings​
GET
/api/v2/site/public-settings
Uses v2-only PublicSettingSite::getPublicSettings() - same logic as v1:
latest system_settings (order by timestamp desc limit 1), then customFields
where settingsId = that id.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Responses​
Public setting object
application/json
{
 Â
}
