post https://apiexample.intellicheck.com/api/v1/end-selfie
After the selfie process is completed, send a request to let us know it is finished.
Log in to see full request history
Responses
After the selfie process is completed, send a request to let us know it is finished.
xxxxxxxxxx
13curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/end-selfie \
--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>"
}
}
'
xxxxxxxxxx
11[
{
"public_data": {
"version": "3.1.1",
"endpoint": "end-selfie"
},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369"
}
}
]