getDraft
registrationId required | string |
fingerExtractionFormat | string |
irisExtractionFormat | string |
faceExtractionFormat | string |
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
updateDraft
registrationId required | string |
id | string |
version | string |
requesttime | string <date-time> |
metadata | object |
required | object (RequestDTO) |
{- "id": "string",
- "version": "string",
- "requesttime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "request": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
], - "registrationId": "string",
- "uin": "string",
- "biometricReferenceId": "string"
}
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
extractBiometrics
registrationId required | string |
fingerExtractionFormat | string |
irisExtractionFormat | string |
faceExtractionFormat | string |
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
createDraft
registrationId required | string |
UIN | string |
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
handleVidEvent
publisher | string |
topic | string |
publishedOn | string |
object (Event) |
{- "publisher": "string",
- "topic": "string",
- "publishedOn": "string",
- "event": {
- "id": "string",
- "transactionId": "string",
- "type": {
- "namespace": "string",
- "name": "string"
}, - "timestamp": "string",
- "dataShareUri": "string",
- "data": {
- "property1": { },
- "property2": { }
}
}
}
retrieveIdentity
id required | string |
type | string |
idType | string |
fingerExtractionFormat | string |
irisExtractionFormat | string |
faceExtractionFormat | string |
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
Authenticate Internal Request
id | string |
version | string |
requestTime | string |
consentObtained | boolean |
individualId | string |
individualIdType | string |
Array of objects (AuthtypeStatus) [ items ] |
{- "id": "string",
- "version": "string",
- "requestTime": "string",
- "consentObtained": true,
- "individualId": "string",
- "individualIdType": "string",
- "request": [
- {
- "authType": "string",
- "authSubType": "string",
- "locked": true,
- "unlockForSeconds": 0,
- "requestId": "string",
- "metadata": {
- "property1": { },
- "property2": { }
}
}
]
}
[- {
- "cause": {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}, - "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "operation": "string",
- "message": "string",
- "errorTexts": [
- "string"
], - "errorText": "string",
- "codes": [
- "string"
], - "errorCode": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}
]
[- {
- "cause": {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}, - "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "operation": "string",
- "message": "string",
- "errorTexts": [
- "string"
], - "errorText": "string",
- "codes": [
- "string"
], - "errorCode": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}
]
Authtype Status Request
ID required | string |
IDType required | string |
[- {
- "cause": {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}, - "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "operation": "string",
- "message": "string",
- "errorTexts": [
- "string"
], - "errorText": "string",
- "codes": [
- "string"
], - "errorCode": "string",
- "suppressed": [
- {
- "stackTrace": [
- {
- "classLoaderName": "string",
- "moduleName": "string",
- "moduleVersion": "string",
- "methodName": "string",
- "fileName": "string",
- "lineNumber": 0,
- "className": "string",
- "nativeMethod": true
}
], - "message": "string",
- "localizedMessage": "string"
}
], - "localizedMessage": "string"
}
]
addIdentity
id | string |
version | string |
requesttime | string <date-time> |
metadata | object |
required | object (RequestDTO) |
{- "id": "string",
- "version": "string",
- "requesttime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "request": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
], - "registrationId": "string",
- "uin": "string",
- "biometricReferenceId": "string"
}
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
updateIdentity
id | string |
version | string |
requesttime | string <date-time> |
metadata | object |
required | object (RequestDTO) |
{- "id": "string",
- "version": "string",
- "requesttime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "request": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
], - "registrationId": "string",
- "uin": "string",
- "biometricReferenceId": "string"
}
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": {
- "status": "string",
- "identity": { },
- "documents": [
- {
- "category": "string",
- "value": "string"
}
], - "verifiedAttributes": [
- "string"
]
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}