Retrieves details of a specific network token by its ID.
The ID of the token to retrieve.
Success response.
{
"cardholder_name": "John Doe",
"expiry_month": 12,
"expiry_year": 2025,
"masked_account_number": "411111******1111",
"scheme": "visa"
}The ID of the PCI token that represents the card
Metadata consisting of key-value entries.
{
"my_key_one": "my_value_one",
"my_key_two": "my_value_two"
}