I’m using get cards endpoint on v8
/accounts/26wvir/cards?card_uris=card://1364305287012896776&with_deleted=true

I get result
{ "request": { "params": { "with_deleted": true, "account_id": "26wvir", "card_uris": [ "card://1364305287012896776" ] } }, "next_cursor": null, "data": [] }

How can I get information for this card?

Hi @jacinth_d
Note: This only returns cards that were created using the POST accounts/:account_id/cards endpoint for now. Cards created using other endpoints are not returned.
Could you confirm if the given card was created using this endpoint? If not, please use the one created the card to retrieve it for now.
However, we are now working to include all cards into this endpoint, so in the future it will be retrievable from this endpoint.
Thanks.

1 Like