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
    • GETRetrieve an Inquiry
    • DELRedact an Inquiry
    • PATCHUpdate an Inquiry
    • GETRetrieve a Verification
    • POSTApprove an Inquiry
    • POSTDecline an Inquiry
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • POSTResume an Inquiry
    • GETRetrieve a Report
    • DELRedact a Report
    • GETList all Accounts
    • POSTCreate an Account
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETList all API Logs
    • PATCHUpdate a Generic Document
    • POSTCreate a Government ID Verification
    • POSTCreate a Phone Number Verification
    • GETDownload a File
    • GETRetrieve an API Log
    • POSTSubmit a Generic Document
    • POSTCreate a Database Verification
    • POSTCreate a Generic Document
    • GETRetrieve a Document
    • GETList all Events
    • GETRetrieve an Event
    • POSTCreate a Document Verification
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • POSTConsolidate Accounts
    • GETRetrieve an Importer
    • POSTImport Accounts
    • POSTImport Email Address Lists
    • POSTImport Name Lists
    • POSTImport IP Address Lists
    • POSTImport Phone Number Lists
    • POSTImport Government ID Number Lists
    • POSTCreate a Government ID Document
    • PATCHUpdate a Government ID Document
    • POSTSubmit a Government ID Verification
    • POSTImport Geolocation Lists
    • GETList all Lists
    • GETRetrieve a List
    • DELArchive a List
    • POSTCreate a Country List
    • POSTCreate an Email Address List
    • POSTCreate a Government ID Number List
    • POSTCreate a Name List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate an Email Address List Item
    • POSTSubmit a Government ID Document
    • POSTCreate a Phone Number List
    • POSTCreate a Geolocation List
    • POSTCreate a Geolocation List Item
    • PATCHUpdate a Government ID Verification
    • POSTCreate a Browser Fingerprint List
    • POSTCreate an IP Address List
    • POSTCreate an IP Address List Item
    • POSTCreate a Government ID Number List Item
    • POSTCreate a Phone Number List Item
    • DELArchive a Browser Fingerprint List Item
    • POSTCreate a Country List Item
    • DELArchive a Country List Item
    • POSTCreate a Name List Item
    • DELArchive an Email Address List Item
    • DELArchive a Geolocation List Item
    • DELArchive a Government ID Number List Item
    • DELArchive a Name List Item
    • DELArchive an IP Address List Item
    • DELArchive a Phone Number List Item
    • GETList all Reports
    • POSTCreate a Report
    • POSTSubmit a Selfie Verification
    • GETRetrieve Case
    • PATCHUpdate a Case
    • POSTCreate a Selfie Verification
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • GETPrint Verification PDF
    • GETPrint Inquiry PDF
    • GETPrint Report PDF
    • GETList all Cases
    • POSTCreate a Case
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • POSTBusiness Lookup Report
    • POSTAssign a Case
    • POSTCreate a Face List Item
    • DELArchive a Face List Item
    • POSTSet all tags
    • GETList all User Audit Logs
    • GETRetrieve an User Audit Log
    • POSTSet status for a case
    • POSTAdd Persona objects
    • POSTRemove a tag
    • POSTImport Face Lists
    • POSTAdd a tag
    • POSTCreate a Face List
    • GETRetrieve a Government Id Verification
    • GETRetrieve a Selfie Verification
    • POSTSubmit a Database Verification
    • GETRetrieve a Database Verification
    • POSTSubmit a Phone Carrier Database Verification
    • POSTCreate a Phone Carrier Database Verification
    • POSTCreate a Serpro Database Verification
    • GETRetrieve a Phone Carrier Database Verification
    • POSTSubmit a Serpro Database Verification
    • GETRetrieve a Serpro Database Verification
    • POSTSubmit a TIN Database Verification
    • GETRetrieve a TIN Database Verification
    • GETRetrieve a Phone Number Verification
    • POSTCreate an Email Address Verification
    • POSTCreate a Workflow Run
    • POSTConfirm an Email Address Verification
    • GETList all API keys
    • POSTCreate an API key
    • GETRetrieve an API key
    • PATCHUpdate an API key
    • POSTSend an SMS
    • GETRetrieve a Email Address Verification
    • POSTSend an email
    • POSTExpire an API key
    • POSTCreate a TIN Database Verification
    • POSTConfirm a Phone Number Verification
    • POSTReport Action: Dismiss Matches
    • POSTReport Action: Re-run Report
    • POSTReport Action: Pause Continuous Monitoring
    • POSTReport Action: Resume Continuous Monitoring
    • POSTExpire an Inquiry
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 "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}
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