Get organization logo URL

View as Markdown
Returns a URL to the organization's logo content, or null when no logo is set.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Response

The organization’s logo URL (null if unset).

logoUrlstring or null
URL to the logo's binary content, or null.

Errors

401
Unauthorized Error