Skip to main content
GET
/
api
/
core
/
public
/
settings
/
{setting_name}
Get public settings
curl --request GET \
  --url https://api.example.com/api/core/public/settings/{setting_name} \
  --header 'Authorization: Bearer <token>'
{
  "genow_logo_enabled": true,
  "genow_logo_link": "https://www.genow.ai/"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

setting_name
enum<string>
required
Available options:
login-branding,
logos,
locale,
login-providers

Response

Successful Response

genow_logo_enabled
boolean
default:true