2021-07-05
1curl -X POST https://withpersona.com/api/v1/verification/government-ids \2 -H "Authorization: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{5 "data": {}6}'
1{2 "data": {3 "type": "verification/government-id",4 "id": "ver_rYJDSAT7BNJhVW8cz4fqEfHP",5 "attributes": {6 "status": "initiated",7 "created-at": "2022-07-28T16:55:44.000Z",8 "created-at-ts": 1659027344,9 "submitted-at": {},10 "submitted-at-ts": {},11 "completed-at": {},12 "completed-at-ts": {},13 "country-code": "US",14 "entity-confidence-score": {},15 "entity-confidence-reasons": [16 "generic"17 ],18 "front-photo-url": {},19 "back-photo-url": {},20 "photo-urls": {},21 "selfie-photo-url": {},22 "id-class": {},23 "capture-method": "api",24 "name-first": {},25 "name-middle": {},26 "endorsements": {},27 "restrictions": {},28 "vehicle-class": {},29 "checks": []30 },31 "relationships": {32 "inquiry": {33 "data": {}34 },35 "document": {36 "data": {37 "type": "document/government-id",38 "id": "doc_QZ8M2J1fH2o76Rq57vuVWMsE"39 }40 }41 }42 }43}