Skip to main content
GET
/
v0
/
user
/
me
/
onboarding
/
events
Get Onboarding Events
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
    }
  ]
}

Headers

x-sumvin-token
string | null
x-juno-jwt
string | null
x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

Response

Onboarding events retrieved successfully

HAL-style hypermedia links for navigation.

events
OnboardingEventData · object[]
required

Chronological list of onboarding events.