2021-07-05
1curl -X POST https://withpersona.com/api/v1/verification/databases \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "verification/database",4 "id": "ver_6hhbmCZyhrhTjqHVwwP66QGe",5 "attributes": {6 "status": "initiated",7 "created-at": "2022-08-02T04:53:19.000Z",8 "created-at-ts": 1659415999,9 "submitted-at": {},10 "submitted-at-ts": {},11 "completed-at": {},12 "completed-at-ts": {},13 "country-code": {},14 "name-first": "ALEXANDER",15 "name-middle": {},16 "checks": []17 },18 "relationships": {19 "inquiry": {20 "data": {}21 }22 }23 }24}