v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBToken lifecycle
Get token information
Gets token information given a card ID and token ID in the path.
Notes:
- This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.
- This endpoint takes an account token - an access token encoded with a Pismo account ID.
get/v1/cards/{cardId}/network-tokens/{tokenId}
Response
Example response
{
"token": {
"key": {
"token_ref": "PISMOMOCK000007767550841",
"pan_ref": "V-2271272911360823654091",
"payment_network": "mdes"
}
},
"token_id": "412",
"card_id": 6743052,
"wallet_id": "ANDROID_PAY",
"account_id": 6912345,
"program_id": 1010,
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"status": "ACTIVE"
}