🟢 GET - Business
Overview
Architecture for the Get Business endpoint
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Architecture for the Get Business endpoint
{
"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"
}
}
src/app/apis/settings_tracking/business/routes.py