curl --request GET \
--url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/status
{
"cardNetworkName": "<string>",
"tokenRefId": "<string>",
"expirationDate": {
"year": "2023",
"month": "12"
},
"status": "<string>",
"panLast4": "<string>",
"metadata": "<string>"
}
curl --request GET \
--url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/status
{
"cardNetworkName": "<string>",
"tokenRefId": "<string>",
"expirationDate": {
"year": "2023",
"month": "12"
},
"status": "<string>",
"panLast4": "<string>",
"metadata": "<string>"
}
Token is returned
The response is of type object
.