Get Onboarding Progress
GET/api/v1/user/onboarding-progress
Returns the current user's onboarding completion state and checklist items.
If no onboarding record exists (e.g., the user was created before this feature),
the backend auto-initializes a default record with all items set to false
except account_setup: true.
Responses
- 200
- 401
- 500
Onboarding progress
Unauthorized - Invalid or missing authentication
Internal server error