Resume in-progress onboarding

GET /api/v1/onboarding/profile

Returns the persisted onboarding profile (conversation, learned profile fields, recommendations, account_type) for the current user. Used by the Welcome wizard to restore wizard state after a refresh.

Operation ID: get_onboarding_profile_api_v1_onboarding_profile_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

account_type string
profile object
conversation array · object
recommendations array · object
has_profile boolean

401 Unauthorized - Authentication required

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object