GET
/
accounts
/
usage
curl --request GET \
  --url https://pinapi.jackalprotocol.com/api/accounts/usage \
  --header 'Authorization: Bearer <token>'
{
  "bytes_allowed": 123,
  "bytes_used": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successful operation
bytes_allowed
integer

Total storage allowed in bytes

bytes_used
integer

Current storage used in bytes