post https://apiexample.intellicheck.com/api/v1/barcode-only
Verifies an ID document barcode. Requires a barcode string in base64-encoded text.
Log in to see full request history
Responses
Verifies an ID document barcode. Requires a barcode string in base64-encoded text.
xxxxxxxxxx
13curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/barcode-only \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'customer-id: <customer_id>' \
--header 'signature: <calculated_signature>' \
--data '
{
"private_data": {
"barcode": "<barcode>"
}
}
'
xxxxxxxxxx
58]
[
{
"public_data": {
"success": true,
"version": "3.1.1",
"endpoint": "barcode-only"
},
"private_data": {
"transaction_id": "1ae2c7f8-9fad-45cd-83dd-71bbe608421a",
"result": {
"success": true,
"result": true,
"message": "",
"data": {
"ProcessResult": "DocumentProcessOK",
"ExtendedResultCode": "Y",
"FirstName": "Processoky",
"MiddleName": "",
"LastName": "Result",
"Address1": "123 Any Street",
"Address2": "",
"City": "Denver",
"State": "CO",
"PostalCode": "80214",
"DateOfBirth": "07/07/1972",