post https://apiexample.intellicheck.com/api/v1/submit-barcode
Send the barcode data base64 encoded as part of a multi-signal process
Log in to see full request history
Responses
Send the barcode data base64 encoded as part of a multi-signal process
xxxxxxxxxx
14curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/submit-barcode \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'customer-id: <customer_id>' \
--header 'signature: <calculated_signature>' \
--data '
{
"private_data": {
"transaction_id": "<transaction_id>",
"barcode": "<barcode>"
}
}
'
xxxxxxxxxx
11[
{
"public_data": {
"version": "3.1.1",
"endpoint": "submit-barcode"
},
"private_data": {
"transaction_id": "e8c7f873-fd77-4730-8c86-893b80a7f3dd"
}
}
]