GET
/
v1
/
card
/
{cardId}
/
tokens
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/wallet/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[].