cURL
curl --request GET \ --url https://api.joinslash.com/card/{cardId}/utilization \ --header 'X-API-Key: <api-key>'
{ "nextResetDate": "2023-11-07T05:31:56Z", "spend": { "amountCents": 123 }, "availableBalance": { "amountCents": 123 } }
Get a card’s current utilization
Authentication from public API requests
OK
The amount of money spent in the current period
Show child attributes
The date the next reset will occur, undefined if collective
The amount of money available in the current period. Only returned if the card or card group has a spend limit.