Help CenterOpenAPI SpecStatus
DocumentationAPI ReferenceChangelogIntegration Guides
DocumentationAPI ReferenceChangelogIntegration Guides
  • Getting Started
    • Introduction
    • Quickstart Tutorial
  • API Overview
    • API Keys
    • Authentication
    • Protocol
    • Idempotence
    • Pagination
    • Serialization
    • Rate Limiting
    • Downloading Files
    • API Logs
    • Request IDs
  • Versioning
    • API Changelog
    • Versioning
  • Troubleshooting
    • Error Handling
  • API Reference
    • POSTResume an Inquiry
    • GETRetrieve an Inquiry
    • DELRedact an Inquiry
    • PATCHUpdate an Inquiry
    • GETRetrieve a Report
    • DELRedact a Report
    • GETRetrieve a Verification
    • POSTDecline an Inquiry
    • POSTApprove an Inquiry
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • GETList all Accounts
    • POSTCreate an Account
    • GETDownload a File
    • GETList all API Logs
    • POSTCreate a Generic Document
    • GETRetrieve an API Log
    • GETRetrieve a Document
    • POSTCreate a Phone Number Verification
    • PATCHUpdate a Generic Document
    • POSTCreate a Document Verification
    • POSTSubmit a Generic Document
    • GETList all Events
    • POSTCreate a Government ID Verification
    • POSTCreate a Database Verification
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • GETRetrieve an Event
    • POSTImport Accounts
    • GETRetrieve an Importer
    • POSTConsolidate Accounts
    • POSTImport Geolocation Lists
    • POSTImport Email Address Lists
    • POSTImport Government ID Number Lists
    • POSTImport Name Lists
    • POSTImport IP Address Lists
    • POSTCreate a Government ID Document
    • POSTImport Phone Number Lists
    • PATCHUpdate a Government ID Document
    • POSTSubmit a Government ID Document
    • POSTSubmit a Government ID Verification
    • PATCHUpdate a Government ID Verification
    • GETList all Lists
    • GETRetrieve a List
    • DELArchive a List
    • POSTCreate a Browser Fingerprint List
    • POSTCreate a Geolocation List
    • POSTCreate an Email Address List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate a Country List
    • POSTCreate an IP Address List
    • POSTCreate a Phone Number List
    • POSTCreate a Government ID Number List
    • POSTCreate a Name List
    • POSTCreate a Country List Item
    • POSTCreate an Email Address List Item
    • POSTCreate a Phone Number List Item
    • DELArchive a Browser Fingerprint List Item
    • POSTCreate an IP Address List Item
    • POSTCreate a Geolocation List Item
    • POSTCreate a Government ID Number List Item
    • DELArchive an IP Address List Item
    • DELArchive a Government ID Number List Item
    • DELArchive a Name List Item
    • DELArchive an Email Address List Item
    • DELArchive a Country List Item
    • DELArchive a Geolocation List Item
    • POSTCreate a Name List Item
    • DELArchive a Phone Number List Item
    • GETList all Reports
    • POSTCreate a Report
    • GETList all Cases
    • POSTCreate a Case
    • POSTCreate a Selfie Verification
    • POSTSubmit a Selfie Verification
    • GETRetrieve Case
    • PATCHUpdate a Case
    • POSTRemove a tag
    • POSTSet all tags
    • POSTAdd a tag
    • POSTSet all tags
    • POSTAdd a tag
    • POSTRemove a tag
    • GETPrint Inquiry PDF
    • GETPrint Verification PDF
    • GETPrint Report PDF
    • POSTReport a Government ID Verification
    • POSTBusiness Lookup Report
    • POSTAdd Persona objects
    • POSTAssign a Case
    • POSTCreate a Face List Item
    • POSTCreate a Face List
    • DELArchive a Face List Item
    • POSTImport Face Lists
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • GETList all User Audit Logs
    • GETRetrieve an User Audit Log
    • POSTSet status for a case
    • GETRetrieve a Government Id Verification
    • GETRetrieve a Selfie Verification
    • POSTSubmit a Database Verification
    • GETRetrieve a Database Verification
    • POSTCreate a Phone Carrier Database Verification
    • POSTSubmit a Phone Carrier Database Verification
    • GETRetrieve a Phone Carrier Database Verification
    • POSTCreate a Serpro Database Verification
    • POSTSubmit a Serpro Database Verification
    • GETRetrieve a Serpro Database Verification
    • POSTCreate a TIN Database Verification
    • POSTSubmit a TIN Database Verification
    • GETRetrieve a TIN Database Verification
    • POSTConfirm a Phone Number Verification
    • GETRetrieve a Phone Number Verification
    • POSTSend an SMS
    • POSTCreate a Workflow Run
    • POSTCreate an Email Address Verification
    • POSTSend an email
    • POSTConfirm an Email Address Verification
    • GETRetrieve a Email Address Verification
    • GETList all API keys
    • POSTCreate an API key
    • POSTExpire an API key
    • GETRetrieve an API key
    • PATCHUpdate an API key
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
LogoLogo
Help CenterOpenAPI SpecStatus

GET
https://withpersona.com/api/v1/verification/selfies/:verification-id
GET
/api/v1/verification/selfies/:verification-id
1curl https://withpersona.com/api/v1/verification/selfies/verification-id \
2 -H "Authorization: <apiKey>"
Try it
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 "requirement": "not_required",
26 "metadata": {}
27 },
28 {
29 "name": "selfie_pose_detection",
30 "status": "passed",
31 "reasons": [],
32 "requirement": "required",
33 "metadata": {}
34 },
35 {
36 "name": "selfie_multiple_faces_detection",
37 "status": "passed",
38 "reasons": [],
39 "requirement": "required",
40 "metadata": {}
41 },
42 {
43 "name": "selfie_pose_repeat_detection",
44 "status": "passed",
45 "reasons": [],
46 "requirement": "required",
47 "metadata": {}
48 },
49 {
50 "name": "selfie_account_comparison",
51 "status": "not_applicable",
52 "reasons": [
53 "no_account_selfie_present"
54 ],
55 "requirement": "not_required",
56 "metadata": {}
57 },
58 {
59 "name": "selfie_suspicious_entity_detection",
60 "status": "passed",
61 "reasons": [],
62 "requirement": "required",
63 "metadata": {}
64 },
65 {
66 "name": "selfie_liveness_detection",
67 "status": "passed",
68 "reasons": [],
69 "requirement": "required",
70 "metadata": {}
71 },
72 {
73 "name": "selfie_glasses_detection",
74 "status": "passed",
75 "reasons": [],
76 "requirement": "required",
77 "metadata": {}
78 },
79 {
80 "name": "selfie_glare_detection",
81 "status": "failed",
82 "reasons": [
83 "too_much_glare"
84 ],
85 "requirement": "requires_retry",
86 "metadata": {}
87 },
88 {
89 "name": "selfie_public_figure_detection",
90 "status": "passed",
91 "reasons": [],
92 "requirement": "required",
93 "metadata": {}
94 },
95 {
96 "name": "selfie_age_comparison",
97 "status": "not_applicable",
98 "reasons": [
99 "no_reference_birthdate"
100 ],
101 "requirement": "not_required",
102 "metadata": {}
103 },
104 {
105 "name": "selfie_face_covering_detection",
106 "status": "passed",
107 "reasons": [],
108 "requirement": "required",
109 "metadata": {}
110 }
111 ],
112 "capture-method": "photo"
113 },
114 "relationships": {
115 "inquiry": {
116 "data": {}
117 }
118 }
119 }
120}
Was this page helpful?
Previous

Submit a Database Verification

Next
Built with
Retrieve a selfie ID verification
Retrieve a Selfie Verification

Authentication

Authorizationstring
API Key authentication via header

Path Parameters

verification-idstringRequired

Headers

Key-InflectionstringOptional
Determines casing for the API response

Response

200
dataobject or null

Errors