cURL
curl --request POST \ --url https://api.sumvin.com/v0/user/me/onboarding/advance \ --header 'Content-Type: application/json' \ --data ' { "step": "phone_verification" } '
{ "_links": { "self": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" }, "wallets": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" }, "kyc-status": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" }, "kyc-token": { "href": "<string>", "method": "GET", "templated": false, "description": "<string>" } }, "onboarding": { "current_step": "<string>", "steps": [ { "step": "<string>", "status": "<string>", "gated": false, "meta": {} } ], "is_complete": true } }
Tenant org ID for multi-tenant auth
The onboarding step to advance past. Must match the user's current step.
"phone_verification"
Onboarding step advanced successfully.
HAL-style hypermedia links for navigation.
Show child attributes
Updated onboarding state after advance.