Viewing user ID verification status with the PingOne Verify API
Steps
-
Use the PingOne Verify REST API to make one of the following requests:
Choose from:
GET /environments/{envID}/users/{userID}/verifyTransactions
Returns all changes (transactions) in verification status for the user. For more information, see READ all ID verification transaction records for a user.
GET /environments/{envID}/users/{userID}/verifyTransactions/{transactionID}
Returns a specific change (transaction) in verification status for the user. For more information, see READ an ID verification transaction record for a user.