GET
/
v1
/
card
/
{cardId}
/
tokens
[
  {
    "tokenUniqueReferenceId": "<string>",
    "tokenRequestorId": "<string>",
    "walletProvider": "<string>",
    "status": "ACTIVE"
  }
]

Path Parameters

cardId
string
required

CardId for given card

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json

Successful lookup of tokens for given card id

The response is of type object[].