Get organization logo URL

View as Markdown

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.
logoUrlstring or null

URL of the logo’s binary content (/organization-logos/{orgId}/content), or null when unset.