π’ GET - Business
Get Business
Retrieve business entity details including favicon
GET
Gets the business entity associated with a Clerk organization.
Authentication
Requires a valid Clerk JWT token in theAuthorization header.
Path Parameters
The Clerk organization slug (e.g.,
alphax-technologies-787155)Response
The business entity object, or
null if not found.Favicon Storage
Favicons are automatically fetched and stored during onboarding:- Fetch: Tries
/favicon.ico,/apple-touch-icon.png, then Googleβs favicon service - Convert: Converts to PNG (128x128) for browser compatibility
- Upload: Stores in Supabase Storage bucket
favicons - 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
| Status | Description |
|---|---|
| 401 | Missing or invalid JWT token |
| 500 | Database not configured |