2021-07-05
1curl https://withpersona.com/api/v1/reports/report-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "report/profile",4 "id": "rep_NELm1PRn1oKpRnJEMyY6rDZr",5 "attributes": {6 "status": "ready",7 "created-at": "2019-11-15T21:32:36.000Z",8 "completed-at": "2019-11-15T21:32:36.000Z",9 "name-first": "Alexander",10 "name-last": "Sample",11 "birthdate": "1977-07-17",12 "address-street-1": "600 California St",13 "address-street-2": {},14 "address-city": "San Francisco",15 "address-subdivision": "California",16 "address-subdivision-abbr": "CA",17 "address-postal-code": "941090000",18 "address-postal-code-abbr": "94109"19 }20 }21}