cURL
curl --request GET \ --url https://api.sumvin.com/v0/user/me/onboarding/events
{ "_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>" } }, "events": [ { "step": "<string>", "event_type": "<string>", "created_at": 123, "from_step": "<string>", "gate_name": "<string>", "duration_ms": 123 } ] }
Tenant org ID for multi-tenant auth
Onboarding events retrieved successfully
HAL-style hypermedia links for navigation.
Show child attributes
Chronological list of onboarding events.