Skip to main content
GET
Gets the business entity associated with a Clerk organization.

Authentication

Requires a valid Clerk JWT token in the Authorization header.

Path Parameters

string
required
The Clerk organization slug (e.g., alphax-technologies-787155)

Response

object
The business entity object, or null if not found.

Favicon Storage

Favicons are automatically fetched and stored during onboarding:
  1. Fetch: Tries /favicon.ico, /apple-touch-icon.png, then Google’s favicon service
  2. Convert: Converts to PNG (128x128) for browser compatibility
  3. Upload: Stores in Supabase Storage bucket favicons
  4. URL: Returns public CDN URL
Favicons are only fetched for business entities, not products. If favicon fetch fails, the entity is still created with favicon_url: null.

Errors