v1
latestOpenAPI 3.1.12026-07-141331164.8 KBCapture Data
Start Selfie
Used to signify the start of the selfie process
post/api/v1/start-selfie
Headers
signaturestring required
Encrypted Request Body
Encrypted Request Body
customer-idstring required
Your provided customer ID.
Your provided customer ID.
Request body
Example request
{
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369"
},
"public_data": {}
}Response
Successfully started selfie
Example response
{
"public_data": {
"version": "3.1.1",
"endpoint": "start-selfie"
},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369",
"selfie_url": "https://<start-selfie-domain>/..."
}
}