2022-09-01
1curl https://withpersona.com/api/v1/verification/database-phone-carriers/verification-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "verification/database-phone-carrier",4 "id": "ver_sg4L6Zax4TfXrVsGbVaBoSdr",5 "attributes": {6 "status": "failed",7 "created-at": "2022-08-03T03:15:56.000Z",8 "created-at-ts": 1659496556,9 "submitted-at": "2022-08-03T03:16:26.000Z",10 "submitted-at-ts": 1659496586,11 "completed-at": "2022-08-03T03:16:27.000Z",12 "completed-at-ts": 1659496587,13 "country-code": "US",14 "name-first": "ALEXANDER",15 "checks": [16 {17 "name": "database_phone_carrier_name_first_comparison",18 "status": "passed",19 "reasons": [],20 "metadata": {21 "match-score": 100,22 "match-result": "full"23 }24 },25 {26 "name": "database_phone_carrier_name_last_comparison",27 "status": "failed",28 "reasons": [29 "insufficient_match"30 ],31 "metadata": {32 "match-score": 63,33 "match-result": "partial"34 }35 },36 {37 "name": "database_phone_carrier_birthdate_comparison",38 "status": "not_applicable",39 "reasons": [40 "unavailable_for_country"41 ],42 "metadata": {}43 },44 {45 "name": "database_phone_carrier_address_comparison",46 "status": "passed",47 "reasons": [],48 "metadata": {49 "match-score": 48,50 "match-result": "none"51 }52 }53 ]54 },55 "relationships": {56 "inquiry": {57 "data": {}58 }59 }60 }61}