post https://apiexample.intellicheck.com/api/v1/get-results
Optional polling mechanism for obtaining results within 10 minutes of calling /end.
Recipes
🌳
Get Results (Python)
Open Recipe
Log in to see full request history
Responses
Optional polling mechanism for obtaining results within 10 minutes of calling /end.
xxxxxxxxxx
13curl --request POST \
--url https://apiexample.intellicheck.com/api/v1/get-results \
--header 'accept: application/octet-stream' \
--header 'content-type: application/json' \
--header 'customer-id: <customer_id>' \
--header 'signature: <calculated_signature>' \
--data '
{
"private_data": {
"transaction_id": "<transaction_id>"
}
}
'
xxxxxxxxxx
12[
{
"public_data": {
"version": "3.1.1",
"endpoint": "get-results"
},
"private_data": {
"transaction_id": "3fb21ac1-eb92-4705-8fcb-40eed01cb369",
"results": "<encrypted results>"
}
}
]