virgil-cli icon indicating copy to clipboard operation
virgil-cli copied to clipboard

E2EE API v5: How to list cards?

Open max-mapper opened this issue 6 years ago • 3 comments

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?

max-mapper avatar May 10 '19 17:05 max-mapper

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.

cardoso avatar May 10 '19 20:05 cardoso

@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?

max-mapper avatar May 10 '19 20:05 max-mapper

@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.

cardoso avatar May 11 '19 09:05 cardoso