1 curl https://withpersona.com/api/v1/verification/selfies/verification-id \ 2 -H "Authorization: <apiKey>"
1 { 2 "data": { 3 "type": "verification/selfie", 4 "id": "ver_dCvHHPUHxvb5j2iYKfjwafBU", 5 "attributes": { 6 "status": "passed", 7 "created-at": "2022-07-28T21:54:23.000Z", 8 "created-at-ts": 1659045263, 9 "submitted-at": "2022-07-28T21:54:29.000Z", 10 "submitted-at-ts": 1659045269, 11 "completed-at": "2022-07-28T21:54:33.000Z", 12 "completed-at-ts": 1659045273, 13 "country-code": {}, 14 "entity-confidence-reasons": [], 15 "document-similarity-score": {}, 16 "selfie-similarity-score-left": 100, 17 "selfie-similarity-score-right": 100, 18 "checks": [ 19 { 20 "name": "selfie_id_comparison", 21 "status": "not_applicable", 22 "reasons": [ 23 "no_government_id" 24 ], 25 "metadata": {} 26 }, 27 { 28 "name": "selfie_pose_detection", 29 "status": "passed", 30 "reasons": [], 31 "metadata": {} 32 }, 33 { 34 "name": "selfie_multiple_faces_detection", 35 "status": "passed", 36 "reasons": [], 37 "metadata": {} 38 }, 39 { 40 "name": "selfie_pose_repeat_detection", 41 "status": "passed", 42 "reasons": [], 43 "metadata": {} 44 }, 45 { 46 "name": "selfie_account_comparison", 47 "status": "not_applicable", 48 "reasons": [ 49 "no_account_selfie_present" 50 ], 51 "metadata": {} 52 }, 53 { 54 "name": "selfie_suspicious_entity_detection", 55 "status": "passed", 56 "reasons": [], 57 "metadata": {} 58 }, 59 { 60 "name": "selfie_liveness_detection", 61 "status": "passed", 62 "reasons": [], 63 "metadata": {} 64 }, 65 { 66 "name": "selfie_glasses_detection", 67 "status": "passed", 68 "reasons": [], 69 "metadata": {} 70 }, 71 { 72 "name": "selfie_glare_detection", 73 "status": "failed", 74 "reasons": [ 75 "too_much_glare" 76 ], 77 "metadata": {} 78 }, 79 { 80 "name": "selfie_public_figure_detection", 81 "status": "passed", 82 "reasons": [], 83 "metadata": {} 84 }, 85 { 86 "name": "selfie_age_comparison", 87 "status": "not_applicable", 88 "reasons": [ 89 "no_reference_birthdate" 90 ], 91 "metadata": {} 92 }, 93 { 94 "name": "selfie_face_covering_detection", 95 "status": "passed", 96 "reasons": [], 97 "metadata": {} 98 } 99 ], 100 "capture-method": "photo" 101 }, 102 "relationships": { 103 "inquiry": { 104 "data": {} 105 } 106 } 107 } 108 }
