Skip to main content

Purpose

Returns business entity details including URL, favicon, and boosted page count.

Response Format

{
  "business": {
    "id": "uuid-...",
    "name": "Acme Corp",
    "url": "https://acme.com",
    "favicon_url": "https://...",
    "boosted_page_count": 150,
    "clerk_org_id": "org-slug-123",
    "created_at": "2024-01-15T10:30:00Z"
  }
}

Code Location

src/app/apis/settings_tracking/business/routes.py