This endpoints returns the verification result details extracted from the user document during identification previously, now accessible by the assigned ID and represented as JSON.
This endpoint is authorized with Basic Auth. You should use your Client ID and Client Secret from the Customer Dashboard as the credentials.
Query Parameters
Name
Type
Description
verificationId*
string
The id field extracted from the verification result details you got previously when identification finished.
Headers
Name
Type
Description
Authentication*
string
Your client credentials combined with a colon separator, base64-encoded and prefixed with "Basic ".
{"errorCode":"MISSING_REQUEST_PARAMETER","errorMessage":"Required 'verificationId' parameter is missing"}
{"errorCode":"INVALID_REQUEST_PARAMETER","errorDescription":"Parameter 'verificationId' has an invalid value"}
{"errorCode":"API_KEYS_MISSING","errorMessage":"No API Keys in the Authorization header"}
{"errorCode":"API_KEYS_INVALID","errorMessage":"Invalid API Keys in the Authorization header"}
{"errorCode":"API_KEYS_BAD","errorMessage":"Bad API Keys"}
{"errorCode":"ACCOUNT_DEACTIVATED", "errorMessage": "Account deactivated. Please contact your Authenteq Sales Representative in order to keep using this service"
}
{"errorCode":"VERIFICATION_NOT_FOUND","errorMessage":"Verification not found"}
This endpoint returns the verification result details extracted from the user document during identification previously, now accessible by the assigned ID and represented as multipart MIME message where images from the details are in separate parts.
This endpoint is authorized with Basic Auth. You should use your Client ID and Client Secret from the Customer Dashboard as the credentials.
Query Parameters
Name
Type
Description
verificationId*
string
The id field extracted from the verification result details you got previously when identification finished.
Headers
Name
Type
Description
Authentication*
string
Your client credentials combined with a colon separator, base64-encoded and prefixed with "Basic ".
{"errorCode":"MISSING_REQUEST_PARAMETER","errorDescription":"Required 'verificationId' parameter is missing"}
{"errorCode":"INVALID_REQUEST_PARAMETER","errorDescription":"Parameter 'verificationId' has an invalid value"}
{"errorCode":"API_KEYS_MISSING","errorMessage":"No API Keys in the Authorization header"}
{"errorCode":"API_KEYS_INVALID","errorMessage":"Invalid API Keys in the Authorization header"}
{"errorCode":"API_KEYS_BAD","errorMessage":"Bad API Keys"}
{"errorCode":"ACCOUNT_DEACTIVATED", "errorMessage": "Account deactivated. Please contact your Authenteq Sales Representative in order to keep using this service"
}
This endpoint returns the verification result details extracted from the user document during identification previously, now accessible by the assigned ID and represented as PDF file.
This endpoint is authorized with Basic Auth. You should use your Client ID and Client Secret from the Customer Dashboard as the credentials.
Query Parameters
Name
Type
Description
verificationId*
string
The id field extracted from the verification result details you got previously.
Headers
Name
Type
Description
Authentication*
string
Your client credentials combined with a colon separator, base64-encoded and prefixed with "Basic ".
{"errorCode":"MISSING_REQUEST_PARAMETER","errorDescription":"Required 'verificationId' parameter is missing"}
{"errorCode":"INVALID_REQUEST_PARAMETER","errorDescription":"Parameter 'verificationId' has an invalid value"}
{"errorCode":"API_KEYS_MISSING","errorMessage":"No API Keys in the Authorization header"}
{"errorCode":"API_KEYS_INVALID","errorMessage":"Invalid API Keys in the Authorization header"}
{"errorCode":"API_KEYS_BAD","errorMessage":"Bad API Keys"}
{"errorCode":"ACCOUNT_DEACTIVATED", "errorMessage": "Account deactivated. Please contact your Authenteq Sales Representative in order to keep using this service"
}
{"errorCode":"VERIFICATION_NOT_FOUND","errorMessage":"Verification not found"}