curl --request GET \
--url 'https://sandbox.api.hopae.com/connect/v1/verifications/{verificationId}/userinfo' \
--user '{clientId}:{clientSecret}'
{
"sub": "otV9EMJr-iG-dj-AHhrCslfdRkUUBQJ1",
"acr": "urn:hopae:loa:3",
"hopae_loa": 3,
"hopae_loa_label": "substantial",
"user": {
"birthdate": "1905-04-04",
"given_name": "OK",
"family_name": "TESTNUMBER",
"nationality": "LT",
"name": "OK TESTNUMBER"
},
"missing_claims": ["email", "gender", "picture"],
"provenance": {
"presentation": {
"channel": {"type": "centralized_idp", "transport": "internet"},
"credentials": [
{
"type": "smartid",
"issuer": {
"id": "urn:hopae:issuer:ee:smartid",
"authority_name": "SK ID Solutions AS",
"is_government": false
},
"claims": {
"documentNumber": "PNOLT-40504040001-MOCK-Q",
"birthdate": "1905-04-04",
"countryCode": "LT",
"givenName": "OK",
"surname": "TESTNUMBER"
},
"evidence": {
"token": {
"id_token": "<BASE64_ID_TOKEN>",
"expires_at": "2025-10-31T05:43:14.000Z",
"access_token": "<OPAQUE_ACCESS_TOKEN>",
"token_type": "Bearer"
},
"names": "id_token;expires_at;access_token;token_type"
}
}
]
},
"_metadata": {
"verification_id": "fc2523d3270f4b64a4c461fb9af7e086",
"verified_at": "2025-10-28T06:09:48.484Z"
}
}
}
Return user claims and verification provenance for a completed verification.
curl --request GET \
--url 'https://sandbox.api.hopae.com/connect/v1/verifications/{verificationId}/userinfo' \
--user '{clientId}:{clientSecret}'
{
"sub": "otV9EMJr-iG-dj-AHhrCslfdRkUUBQJ1",
"acr": "urn:hopae:loa:3",
"hopae_loa": 3,
"hopae_loa_label": "substantial",
"user": {
"birthdate": "1905-04-04",
"given_name": "OK",
"family_name": "TESTNUMBER",
"nationality": "LT",
"name": "OK TESTNUMBER"
},
"missing_claims": ["email", "gender", "picture"],
"provenance": {
"presentation": {
"channel": {"type": "centralized_idp", "transport": "internet"},
"credentials": [
{
"type": "smartid",
"issuer": {
"id": "urn:hopae:issuer:ee:smartid",
"authority_name": "SK ID Solutions AS",
"is_government": false
},
"claims": {
"documentNumber": "PNOLT-40504040001-MOCK-Q",
"birthdate": "1905-04-04",
"countryCode": "LT",
"givenName": "OK",
"surname": "TESTNUMBER"
},
"evidence": {
"token": {
"id_token": "<BASE64_ID_TOKEN>",
"expires_at": "2025-10-31T05:43:14.000Z",
"access_token": "<OPAQUE_ACCESS_TOKEN>",
"token_type": "Bearer"
},
"names": "id_token;expires_at;access_token;token_type"
}
}
]
},
"_metadata": {
"verification_id": "fc2523d3270f4b64a4c461fb9af7e086",
"verified_at": "2025-10-28T06:09:48.484Z"
}
}
}
Basic <base64(client_id:client_secret)>.urn:hopae:loa:3).substantial).Show User fields
YYYY-MM-DDShow Presentation
centralized_idp, wallet, etc.internet, nfc, etc.smartid).token (provider-supplied key/value pairs) and names (semicolon-delimited list of keys present under token).curl --request GET \
--url 'https://sandbox.api.hopae.com/connect/v1/verifications/{verificationId}/userinfo' \
--user '{clientId}:{clientSecret}'
{
"sub": "otV9EMJr-iG-dj-AHhrCslfdRkUUBQJ1",
"acr": "urn:hopae:loa:3",
"hopae_loa": 3,
"hopae_loa_label": "substantial",
"user": {
"birthdate": "1905-04-04",
"given_name": "OK",
"family_name": "TESTNUMBER",
"nationality": "LT",
"name": "OK TESTNUMBER"
},
"missing_claims": ["email", "gender", "picture"],
"provenance": {
"presentation": {
"channel": {"type": "centralized_idp", "transport": "internet"},
"credentials": [
{
"type": "smartid",
"issuer": {
"id": "urn:hopae:issuer:ee:smartid",
"authority_name": "SK ID Solutions AS",
"is_government": false
},
"claims": {
"documentNumber": "PNOLT-40504040001-MOCK-Q",
"birthdate": "1905-04-04",
"countryCode": "LT",
"givenName": "OK",
"surname": "TESTNUMBER"
},
"evidence": {
"token": {
"id_token": "<BASE64_ID_TOKEN>",
"expires_at": "2025-10-31T05:43:14.000Z",
"access_token": "<OPAQUE_ACCESS_TOKEN>",
"token_type": "Bearer"
},
"names": "id_token;expires_at;access_token;token_type"
}
}
]
},
"_metadata": {
"verification_id": "fc2523d3270f4b64a4c461fb9af7e086",
"verified_at": "2025-10-28T06:09:48.484Z"
}
}
}
names to determine which fields are present under evidence.token.