GET
/
card
/
{cardId}
/
utilization
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
  }
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

cardId
string
required

Response

200
application/json

OK

The response is of type object.