Skip to content
getgeolens.com

Get Branding

GET
/settings/branding/
curl --request GET \
--url https://example.com/api/settings/branding/

Return branding configuration (public, no auth required).

The active BrandingExtension provides initial defaults for branding keys. PersistentConfig overrides take precedence when set. Community advertises read-only show_badge only; badge-removal writes and additional branding keys are enterprise controls (enterprise only).

Successful Response

Media type application/json
BrandingResponse

Response for GET /settings/branding/.

object
show_badge
required
Show Badge

Whether to show the ‘Powered by GeoLens’ label in public and shared footers. Badge-removal writes are enterprise controls (enterprise only).

boolean
Example generated
{
"show_badge": true
}

Bad request — invalid query parameters or payload

Unauthorized — missing or invalid credentials

Forbidden — caller lacks access to this resource

Not found

Validation error

Internal server error