Read One User Verified Data

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyTransactions/{{transactionID}}/verifiedData/{{verifiedDataID}}

Get the complete data for a type of verified data submitted by the specified user with the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyTransactions/{{transactionID}}/verifiedData/{{verifiedDataID}} request. The type of data returned is the type of the {{verifiedDataID}} submitted. Use Read All User Verified Data to get all verified data for the {{transactionID}} to find the id of the type sought.

The response differs based on the type of the verified data. See the Verified data data model for the properties returned for each type.

The first example shows data from government identity document verifications. The second example shows data from a voice verification. The third example shows data with an end user client type.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/af8eff69-e932-4695-8589-e51ac75b820d/verifyTransactions/6d5f28bf-04c0-4a06-96fe-eb788e7e7dc3/verifiedData/02c45fd3-b007-403b-91a8-abebb01743c8"}},"id":"02c45fd3-b007-403b-91a8-abebb01743c8","type":"END_USER_CLIENT","data":{"sources":[{"ipAddress":"73.227.130.85","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"},{"ipAddress":"223.31.41.172","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"},{"ipAddress":"96.49.9.65","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"}]},"createdAt":"2024-03-05T19:40:37.845Z"}