curl --request GET \ --url https://api-network.joinmassive.com/resellers/accounts/{id}/usage \ --header 'x-api-key: <api-key>'
{ "id": "57ed834f-f6f6-47d4-ab23-5674d7866b32", "usage": 12345, "limit": 1000000 }
The account ID (uuid).
"57ed834f-f6f6-47d4-ab23-5674d7866b32"
The amount of bytes of traffic used so far by the account
12345
The allocated traffic allowance in bytes.
1000000