🟢 GET - User Businesses
Overview
Architecture for the Get User Businesses 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 User Businesses endpoint
{
"businesses": [
{
"id": "org_abc123",
"name": "Acme Corp",
"slug": "acme-corp",
"image_url": null,
"role": "org:admin",
"business_url": null,
"subscription_status": "active",
"created_at": 1702234567
}
],
"total": 1
}
src/app/apis/settings_overall/user_businesses/routes.py