GET
/
card-group
/
{cardGroupId}
/
utilization
curl --request GET \
  --url https://api.joinslash.com/card-group/{cardGroupId}/utilization \
  --header 'X-API-Key: <api-key>'
{
  "nextResetDate": "2023-11-07T05:31:56Z",
  "spend": {
    "amountCents": 123
  },
  "availableBalance": {
    "amountCents": 123
  }
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

cardGroupId
string
required

Response

200
application/json
OK
spend
object
required

The amount of money spent in the current period

nextResetDate
string

The date the next reset will occur, undefined if collective

availableBalance
object

The amount of money available in the current period. Only returned if the card or card group has a spend limit.