cURL
curl --request GET \ --url https://api.example.com/api/core/public/settings/login-branding \ --header 'Authorization: Bearer <token>'
{ "genow_logo_enabled": true, "genow_logo_link": "https://www.genow.ai/" }
Public endpoint: returns login branding settings without requiring authentication
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?