curl --request GET \
--url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/account
{
"cardNetworkName": "<string>",
"tokenAccount": {
"last4": "<string>",
"expirationDate": {
"month": "<string>",
"year": "<string>"
},
"par": "<string>"
},
"backgroundColor": "<string>",
"foregroundColor": "<string>",
"labelColor": "<string>",
"contactWebsite": "<string>",
"contactEmail": "<string>",
"contactNumber": "<string>",
"termsAndConditionsUrl": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"assets": [
{
"assetId": "<string>",
"assetData": "<string>"
}
],
"metadata": "<string>",
"assetStatus": "available"
}
Fetch account metadata associated with the given token
curl --request GET \
--url https://services.prod.pagosapi.com/toucan/tokens/{tokenRefId}/account
{
"cardNetworkName": "<string>",
"tokenAccount": {
"last4": "<string>",
"expirationDate": {
"month": "<string>",
"year": "<string>"
},
"par": "<string>"
},
"backgroundColor": "<string>",
"foregroundColor": "<string>",
"labelColor": "<string>",
"contactWebsite": "<string>",
"contactEmail": "<string>",
"contactNumber": "<string>",
"termsAndConditionsUrl": "<string>",
"privacyPolicyUrl": "<string>",
"shortDescription": "<string>",
"longDescription": "<string>",
"assets": [
{
"assetId": "<string>",
"assetData": "<string>"
}
],
"metadata": "<string>",
"assetStatus": "available"
}
Account metadata fetched successfully
The response is of type object
.