2021-07-05
1curl https://withpersona.com/api/v1/verification/phone-numbers/verification-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "verification/phone-number",4 "id": "ver_VL8FkF3YkqvPFuMzNtaRtpGU",5 "attributes": {6 "status": "passed",7 "created-at": "2022-08-03T04:34:09.000Z",8 "created-at-ts": 1659501249,9 "submitted-at": {},10 "submitted-at-ts": {},11 "completed-at": "2022-08-03T04:39:19.000Z",12 "completed-at-ts": 1659501559,13 "country-code": "US",14 "confirmation-code": "9999",15 "phone-number": "111-222-3333",16 "metadata": {}17 },18 "relationships": {19 "inquiry": {20 "data": {}21 }22 }23 }24}