Save business profile
POST /api/v1/onboarding/profile
Save the business profile collected during onboarding.
Authorizations
Request Body required
Request body for POST /api/v1/onboarding/profile.
Attributes: name: Business name. description: Short description of what the business does. industry: Primary industry or vertical. stage: Current growth stage. involvement_level: Owner’s desired involvement level. business_name: Optional alias for name — accepted from the Phase 208 failed-scan manual-entry form (UI-SPEC §1.4). services: Optional comma-separated services list from the Phase 208 manual-entry form. website_url: Optional website URL from the Phase 208 manual-entry form (the scan failed and the user filled in details).
object
How involved the owner wants to be in day-to-day operations.
Growth stage of the business.
Responses
201
Successful Response
Response for POST /api/v1/onboarding/profile.
object
Stored business profile returned after creation.
Attributes: id: Unique identifier for the profile. name: Business name. description: Short description. industry: Primary industry. stage: Current growth stage. involvement_level: Owner involvement level. created_at: When the profile was created.
object
How involved the owner wants to be in day-to-day operations.
Growth stage of the business.
Standard metadata included in every API response.
Attributes: request_id: Unique identifier for request tracing. timestamp: UTC timestamp of the response.
object
Unique identifier for request tracing
UTC timestamp of the response
422
Validation Error