REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
https://v2-staging.tscheckout.comCurrent host
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
{
 Â
}
