Account usage
Account information
Usage
Get account usage for a specific date
GET https://pci.vaultera.co/api/v1/account/usage/{date}?api_key={YOUR_API_KEY}{
"data": [
{
"type": "usage",
"attributes": {
"type": "tokenizations",
"value": 123
}
},
{
"type": "usage",
"attributes": {
"type": "detokenizations",
"value": 321
}
},
{
"type": "usage",
"attributes": {
"type": "storage",
"value": 10
}
}
]
}Returns
tokenizations (How many cards tokenised on that day)detokenizations (How many detokenisations on that day)storage (How many cards stored older than 24 Months)
Last updated