Get a token by its identifier.
The ID of the token to read.
Success response
{
"cardholder_name": "John Doe",
"expiry_month": 12,
"expiry_year": 2025,
"masked_account_number": "411111******1111",
"scheme": "visa"
}Metadata consisting of key-value entries.
{
"my_key_one": "my_value_one",
"my_key_two": "my_value_two"
}