Cards
Get card tokens
Retrieves all payment card tokens for the given card
get/cards/{cardId}/tokens
Path parameters
cardIdstring required
Card ID
Query parameters
includeDeletedDevicesboolean
Include deleted devices in results
Response
Card tokens retrieved successfully
Example response
{
"size": 1,
"content": [
{
"id": "T110000001",
"expiry": "2021-10-31",
"type": "SECURE_ELEMENT",
"wallet": "APPLE",
"status": "PROVISIONED",
"language": "EN",
"devices": [
{
"id": "D110000001",
"type": "MOBILE_PHONE",
"ip": "255.255.255.255",
"name": "iPhone 12",
"status": "ACTIVE"
}
],
"maskedDpan": "1234"
}
]
}