VirgilSecurity / virgil-cli

CLI tool to manage your Virgil account and applications.
https://VirgilSecurity.com
BSD 3-Clause "New" or "Revised" License
83 stars 31 forks source link

E2EE API v5: How to list cards? #22

Open max-mapper opened 5 years ago

max-mapper commented 5 years ago

Hi, I'm trying to debug why my app is getting errors retrieving cards. I cannot view card data on the dashboard. I tried the latest CLI and there does not seem to be a way to interact with the cards service. Is there any supported way to view card data short of writing my own program?

cardoso commented 5 years ago

Hi, Max. For now, card management is only possible through our APIs and SDKs. We're aware of the need and will make it possible at some point.

max-mapper commented 5 years ago

@cardoso Ok thanks. Through the API is there a way to list all card identifiers? Or is it assumed that I am storing my UIDs in an external system and relying on that to enumerate the cards stored in the virgil cards service?

cardoso commented 5 years ago

@maxogden for now, you'd have to store all identities to list all cards, but this is not the most common use-case, so in general we don't assume you're storing identities. We're currently working on an admin-level API to list all cards.

Can you be more specific about the errors you mentioned? Perhaps I can help.