Default
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /checkid HTTP/1.1
Host: <ip>:8090
Content-Type: application/json
Accept: */*
Content-Length: 228
{
"data": {
"securityLevel": "HIGH",
"biometricFields": [
"FACE"
],
"otc": 1,
"notificationEndpoint": "text",
"organizationName": "text",
"callback": "text",
"userEmail": "text",
"keyIdentifier": {
"key": "text",
"value": "text"
},
"qualityThreshold": 1
}
}{
"transactionID": {
"guid": "text"
},
"dynamicLink": "text",
"status": "AWAITING_DATA_COLLECTION"
}POST /checkid/collect HTTP/1.1
Host: <ip>:8090
Content-Type: application/json
Accept: */*
Content-Length: 228
{
"data": {
"securityLevel": "HIGH",
"biometricFields": [
"FACE"
],
"otc": 1,
"notificationEndpoint": "text",
"organizationName": "text",
"callback": "text",
"userEmail": "text",
"keyIdentifier": {
"key": "text",
"value": "text"
},
"qualityThreshold": 1
}
}{
"transactionID": {
"guid": "text"
},
"dynamicLink": "text",
"status": "AWAITING_DATA_COLLECTION"
}GET /checkid/{guid} HTTP/1.1
Host: <ip>:8090
Accept: */*
{
"biometricPackage": {
"biometricsGuid": "text",
"biometricList": [
{
"content": "text",
"index": 1,
"biometricProperties": {
"width": 1,
"height": 1,
"resolution": 1
}
}
],
"walletAdress": "text"
},
"biographicPackage": {
"biographicList": [
{
"type": "FULL_NAME",
"value": "text"
}
]
},
"userInformation": {
"spidx": "text",
"deduplicationStatus": "ENQUEUED",
"verificationStatus": "MATCH"
}
}POST /checkid/verify HTTP/1.1
Host: <ip>:8090
Content-Type: application/json
Accept: */*
Content-Length: 228
{
"data": {
"securityLevel": "HIGH",
"biometricFields": [
"FACE"
],
"otc": 1,
"notificationEndpoint": "text",
"organizationName": "text",
"callback": "text",
"userEmail": "text",
"keyIdentifier": {
"key": "text",
"value": "text"
},
"qualityThreshold": 1
}
}{
"transactionID": {
"guid": "text"
},
"dynamicLink": "text",
"status": "AWAITING_DATA_COLLECTION"
}