Read All Digital Wallets
GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/digitalWallets
Use the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/digitalWallets
operation to return all the digital wallets for the specified user in the specified environment.
Prerequisites
Create a user to get a userID
for the endpoint. See also Users, especially User operations.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/digitalWallets"}},"_embedded":{"digitalWallets":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/digitalWallets/17b5b514-623f-4700-8a20-c8df1a1eaadb"}},"id":"17b5b514-623f-4700-8a20-c8df1a1eaadb","createdAt":"2023-02-10T16:55:46.541Z","updatedAt":"2023-02-10T16:56:51.605Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"49825b76-e1df-4cdc-b973-0c580f1cb049"},"digitalWalletApplication":{"id":"6815c8a6-bc0b-4105-8f37-50f6c35583d7"},"status":"PAIRING_REQUIRED"},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/49825b76-e1df-4cdc-b973-0c580f1cb049/digitalWallets/46e7018d-b2d5-482f-a44c-3fa9dd34e7d9"}},"id":"46e7018d-b2d5-482f-a44c-3fa9dd34e7d9","createdAt":"2023-02-10T14:46:24.669Z","updatedAt":"2023-02-13T15:24:32.401Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"user":{"id":"49825b76-e1df-4cdc-b973-0c580f1cb049"},"digitalWalletApplication":{"id":"9f698462-21d5-4fd6-8599-c2b56683eb57"},"status":"EXPIRED","notification":{"methods":["EMAIL","SMS"],"template":{"locale":"en","variant":"variant_B"},"results":[{"method":"EMAIL","sent":true,"notification":{"id":"00a9e836-c339-4763-ab69-fcd3aa9c5417"}},{"method":"SMS","sent":false,"error":{"id":"17c006ef-9e5f-443b-b883-86f0855aa936","code":"INVALID_DATA","message":"The request could not be completed. One or more validation errors were in the request.","details":[{"code":"INVALID_VALUE","message":"Could not find phone attribute for user 49825b76-e1df-4cdc-b973-0c580f1cb049."}]}}]}}]},"size":2}