cURL
curl --request GET \ --url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/status \ --header 'Authorization: Bearer <token>'
{ "cardNetworkName": "<string>", "tokenRefId": "<string>", "expirationDate": { "year": "<string>", "month": "<string>" }, "status": "<string>", "panLast4": "<string>", "metadata": "<string>", "par": "<string>" }
Format is: Bearer <api_key>, where <api_key> is your Pagos API key
Bearer <api_key>
<api_key>
Token is returned
Show child attributes