Authorization: ********************curl --location --request GET '/iapi/v1/pro/ekyc/crm/authenticationresult/list/' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>'{
"list": [
{
"isSuccessful": true,
"message": "string",
"confidence": "string",
"scheme": "string",
"authenticationId": 0,
"authenticationType": "0",
"authenticationTime": 0,
"typeName": "string",
"properties": {
"property1": "string",
"property2": "string"
},
"errors": [
{
"errorCode": "string",
"message": "string"
}
]
}
]
}