cURL
curl --request POST \ --url https://api-network.joinmassive.com/resellers/accounts/{id}/allocations \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "limit": 123 }'
{ "created_at": 1708526022, "limit": 1000000 }
The amount of bytes to allocate (cannot be 0).
The allocation that was just made for the account.
The time in unix seconds at which the allocation was made.
1708526022
The allocated traffic in bytes.
1000000
Was this page helpful?