β³Attempts
In 2Face, attempts are the result of a session whether it as successful or not. They are attempts of authentication and as the sessions we have 2 types: signup and validation.
Get by ID
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"code": 200,
"result": {
"_id": "6278d033f48241fc3a60cd7d",
"type": "VALIDATION",
"faces": [],
"stages": [
{
"name": "fetch_document_data",
"input": {
"document_type": "CEDULA",
"document_url": "<url>"
},
"result": {
"status": "COMPLETED",
"output": {
"data": {}
}
}
}
],
"status": "PENDING",
"createdAt": "2022-05-09T08:26:27.327Z",
"updatedAt": "2022-05-09T08:30:12.472Z",
"id": "6278d033f48241fc3a60cd7d"
}
Review Attempt
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Manual Reviews
Attempt Status
Last updated
Was this helpful?