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

The response is of type object.