Read All User Verified Data
GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyTransactions/{{transactionID}}/verifiedData
Get a list of verified data submitted by the specified user with the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyTransactions/{{transactionID}}/verifiedData
request. Because the size of the data for some types can be quite large, the response to this request only includes the id
and type
of each. To retrieve the complete data for a type, use Read One User Verified Data to get that specific type of verified data.
Parameter | Description |
---|---|
type | Value is a comma-delimited string (no spaces permitted) of types to return. |
attempt | Value defines which attempt or attempts to return. |
For type
, available types are in the Verified data data model.
For attempt
, possible values and what each returns are:
Value | Returns |
---|---|
ALL | Default value, latest attempt in retry.attempt and all other attempts in retry.previousAttempts array |
LATEST | Latest attempt only in retry.attempt |
1 | First attempt only in retry.attempt |
2 | Second attempt only in retry.attempt |
3 | Third attempt only in retry.attempt |
4 | Fourth attempt only in retry.attempt |
The first example shows data from government identity document verifications. The second example shows data from a voice verification.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | null | Value is a comma-delimited string (no spaces permitted) of types to return. |
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/901d89d5-dd66-47b1-a68d-45c100372564/verifyTransactions/3edacdee-a3fe-4b55-99d0-12765d4d6515/verifiedData"},"user":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/901d89d5-dd66-47b1-a68d-45c100372564"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"verifyTransaction":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/901d89d5-dd66-47b1-a68d-45c100372564/verifyTransactions/3edacdee-a3fe-4b55-99d0-12765d4d6515"}},"_embedded":{"verifiedData":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/901d89d5-dd66-47b1-a68d-45c100372564/verifyTransactions/3edacdee-a3fe-4b55-99d0-12765d4d6515/verifiedData/329dd168-11be-3e04-a446-07e4c1621b2e"}},"id":"329dd168-11be-3e04-a446-07e4c1621b2e","type":"VOICE_SAMPLE","data":{"recordings":[{"id":"cc6e427a-48c3-44d2-9172-309587016aa1","recording":"RECORDING_BASE_64_DATA","channel":"MIC","textDependent":true,"createdAt":"2023-06-27T18:17:42.243Z"},{"id":"352bf282-c2a4-47ae-a2fe-40d84c13cf29","recording":"RECORDING_BASE_64_DATA","channel":"MIC","textDependent":true,"createdAt":"2023-06-27T18:17:42.245Z"},{"id":"b83da418-006d-4e39-af5a-30a337f2159b","recording":"RECORDING_BASE_64_DATA","channel":"MIC","textDependent":true,"createdAt":"2023-06-27T18:17:42.260Z"}]},"createdAt":"2023-06-27T18:17:42.268Z"}]},"size":1}