cURL
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/" }
Public endpoint: retrieve current settings for a given settings group without requiring authentication
Bearer token authentication. Format: 'Bearer '
login-branding
logos
locale
login-providers
Successful Response
Was this page helpful?