MINARA

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.

MethodGET
Path/v1/profile/onboarding
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorypersonalization

Response body

{ "ok": true, "data": { "hasCompleted": true, "responses": { "financeKnowledge": "level_2", "risk": "balanced", "markets": ["crypto_majors", "stocks"] } } }

On this page