Onboarding status
GET /v1/profile/onboarding — Whether the user has completed onboarding, plus their raw saved answers. Used by the web UI to decide whether to show th
GET /v1/profile/onboarding
Whether the user has completed onboarding, plus their raw saved answers. Used by the web UI to decide whether to show the onboarding flow.
| Method | GET |
| Path | /v1/profile/onboarding |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |
Response body
{ "ok": true, "data": { "hasCompleted": true, "responses": { "financeKnowledge": "level_2", "risk": "balanced", "markets": ["crypto_majors", "stocks"] } } }