post https://apiexample.intellicheck.com/api/v1/submit-front
Send the Front of ID image (base64 encoded).
Log in to see full request history
Responses
Send the Front of ID image (base64 encoded).
xxxxxxxxxx
14curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/submit-front \
--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>",
"front": "<front>"
}
}
'
xxxxxxxxxx
11[
{
"public_data": {
"version": "3.1.1",
"endpoint": "submit-front"
},
"private_data": {
"transaction_id": "1ae2c7f8-9fad-45cd-83dd-71bbe608421a"
}
}
]