Tag Verifications
Reset ownership of underlying digital ID
Name
Value
Name
Type
Description
{
verifications: [
{
created_at: '2023-10-25T09:13:31+00:00',
verify_type: 'programming_qc' | 'user_view' | 'custom',
// only if verify_type === 'custom', otherwise null
custom_verification_type: {
id: 1,
name: "My custom verification defined in Dashboard"
},
uid: "AABBCCDDEEFF00",
tamper: false,
counter: 5,
city: 'Aobadai',
region: 'Tokyo',
country: 'Japan',
latitude: 35.6509,
longitude: 139.6943
}
]
}Last updated
Was this helpful?

