Get organization logo URL
Returns a URL to the organization’s logo image, or null when no logo is set. Authorization: any authenticated member of the tenant. This endpoint returns a URL, not the raw image bytes.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The logo URL, or null when unset.
logoUrl
URL of the logo’s binary content (/organization-logos/{orgId}/content), or null when unset.