Get business profile
GET /api/v1/tenant/business-profile
Return the current tenant’s business profile.
Authorizations
Responses
200
Successful Response
Wrapper response for business profile endpoints.
Attributes: data: The business profile payload.
object
Business profile fields returned by GET /tenant/business-profile.
Attributes: id: Unique profile identifier. tenant_id: Owning tenant UUID. name: Business name. description: Brief description of the business. industry: Industry classification. sub_industry: Sub-industry classification. stage: Business stage (e.g. seed, growth, scale). business_model: Revenue model (e.g. SaaS, marketplace). website_url: Business website URL. location: Physical location. employee_count: Number of employees. annual_revenue_range: Revenue range bucket. target_customer: Description of ideal customer. unique_value_proposition: Core UVP text. products_services: Products and services description. current_challenges: List of current business challenges.