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/databases/:verification-id
GET
/api/v1/verification/databases/:verification-id
1curl https://withpersona.com/api/v1/verification/databases/verification-id \
2 -H "Authorization: <apiKey>"
Try it
1{
2 "data": {
3 "type": "verification/database",
4 "id": "ver_1rWMmoV3hoy2qWv3wGPcH43c",
5 "attributes": {
6 "status": "passed",
7 "created-at": "2022-08-02T05:02:56.000Z",
8 "created-at-ts": 1659416576,
9 "submitted-at": "2022-08-02T05:03:02.000Z",
10 "submitted-at-ts": 1659416582,
11 "completed-at": "2022-08-02T05:03:02.000Z",
12 "completed-at-ts": 1659416582,
13 "country-code": "US",
14 "name-first": "ALEXANDER",
15 "name-middle": {},
16 "checks": [
17 {
18 "name": "database_inquiry_comparison",
19 "status": "not_applicable",
20 "reasons": [
21 "no_inquiry"
22 ],
23 "requirement": "not_required",
24 "metadata": {}
25 },
26 {
27 "name": "database_address_deliverable_detection",
28 "status": "not_applicable",
29 "reasons": [
30 "disabled"
31 ],
32 "requirement": "not_required",
33 "metadata": {}
34 },
35 {
36 "name": "database_address_residential_detection",
37 "status": "not_applicable",
38 "reasons": [
39 "disabled"
40 ],
41 "requirement": "not_required",
42 "metadata": {}
43 },
44 {
45 "name": "database_po_box_detection",
46 "status": "passed",
47 "reasons": [],
48 "requirement": "required",
49 "metadata": {}
50 },
51 {
52 "name": "database_deceased_detection",
53 "status": "passed",
54 "reasons": [],
55 "requirement": "required",
56 "metadata": {}
57 },
58 {
59 "name": "database_identity_comparison",
60 "status": "passed",
61 "reasons": [],
62 "requirement": "required",
63 "metadata": {
64 "check-requirements": [
65 {
66 "name": "name_first",
67 "match-result": "partial",
68 "status": "passed",
69 "comparisons": [
70 {
71 "type": "string_similarity",
72 "match-level-minimum": "partial",
73 "match-result": "partial"
74 },
75 {
76 "type": "nickname",
77 "match-level-minimum": "partial",
78 "match-result": "none"
79 },
80 {
81 "type": "string_difference",
82 "match-level-minimum": "partial",
83 "match-result": "none"
84 },
85 {
86 "type": "substring",
87 "match-level-minimum": "partial",
88 "match-result": "partial"
89 },
90 {
91 "type": "tokenization",
92 "match-level-minimum": "partial",
93 "match-result": "partial"
94 }
95 ]
96 },
97 {
98 "name": "name_last",
99 "match-result": "full",
100 "status": "passed",
101 "comparisons": [
102 {
103 "type": "string_similarity",
104 "match-level-minimum": "partial",
105 "match-result": "full"
106 },
107 {
108 "type": "string_difference",
109 "match-level-minimum": "partial",
110 "match-result": "full"
111 },
112 {
113 "type": "substring",
114 "match-level-minimum": "partial",
115 "match-result": "full"
116 },
117 {
118 "type": "tokenization",
119 "match-level-minimum": "partial",
120 "match-result": "partial"
121 }
122 ]
123 },
124 {
125 "name": "birthdate",
126 "match-result": "full",
127 "status": "passed",
128 "comparisons": [
129 {
130 "type": "date_similarity",
131 "match-level-minimum": "partial",
132 "match-result": "full"
133 }
134 ]
135 },
136 {
137 "name": "social_security_number",
138 "match-result": "full",
139 "status": "passed",
140 "comparisons": [
141 {
142 "type": "string_similarity",
143 "match-level-minimum": "full",
144 "match-result": "full"
145 }
146 ]
147 },
148 {
149 "name": "address_street_house_number",
150 "match-result": "full",
151 "status": "passed",
152 "comparisons": [
153 {
154 "type": "string_difference",
155 "match-level-minimum": "partial",
156 "match-result": "full"
157 }
158 ]
159 },
160 {
161 "name": "address_street_name",
162 "match-result": "full",
163 "status": "passed",
164 "comparisons": [
165 {
166 "type": "string_similarity",
167 "match-level-minimum": "partial",
168 "match-result": "full"
169 }
170 ]
171 },
172 {
173 "name": "address_street_type",
174 "match-result": "full",
175 "status": "passed",
176 "comparisons": [
177 {
178 "type": "string_similarity",
179 "match-level-minimum": "partial",
180 "match-result": "full"
181 }
182 ]
183 },
184 {
185 "name": "address_city",
186 "match-result": "full",
187 "status": "passed",
188 "comparisons": [
189 {
190 "type": "string_similarity",
191 "match-level-minimum": "partial",
192 "match-result": "full"
193 }
194 ]
195 },
196 {
197 "name": "address_subdivision",
198 "match-result": "full",
199 "status": "passed",
200 "comparisons": [
201 {
202 "type": "string_difference",
203 "match-level-minimum": "full",
204 "match-result": "full"
205 }
206 ]
207 },
208 {
209 "name": "address_postal_code",
210 "match-result": "full",
211 "status": "passed",
212 "comparisons": [
213 {
214 "type": "string_difference",
215 "match-level-minimum": "partial",
216 "match-result": "full"
217 }
218 ]
219 },
220 {
221 "name": "address_country_code",
222 "match-result": "full",
223 "status": "passed",
224 "comparisons": [
225 {
226 "type": "string_difference",
227 "match-level-minimum": "full",
228 "match-result": "full"
229 }
230 ]
231 }
232 ]
233 }
234 }
235 ]
236 },
237 "relationships": {
238 "inquiry": {
239 "data": {}
240 }
241 }
242 }
243}
Was this page helpful?
Previous

Create a Phone Carrier Database Verification

Next
Built with
Retrieve a database verification
Retrieve a Database Verification

Authentication

Authorizationstring
API Key authentication via header

Path Parameters

verification-idstringRequired
ID of Verification to retrieve

Headers

Key-InflectionstringOptional
Determines casing for the API response

Response

200
dataobject or null

Errors