Complete Onboarding Step
Mark a specific onboarding step as complete.
Idempotent — completing an already-completed step is a no-op. Returns the updated full onboarding state plus confirmation of the step.
Valid step IDs: connect_first_integration, configure_notifications, invite_team_member, review_first_pattern, set_alert_rules, generate_first_report.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Onboarding step ID to mark complete
Response
Successful Response
Flattened onboarding state returned by the API.
Maps the internal _SEED_ONBOARDING dict to a clean response shape. Spec shape (C-022): current_step, completed_steps, workspace_created, members_invited, connectors_connected, alert_rule_created, first_sync, updated_at