cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/accounts/usage \ --header 'Authorization: Bearer <token>'
{ "bytes_allowed": 123, "bytes_used": 123 }
Get storage usage information for the account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
The response is of type object.
object