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 }
Documentation IndexFetch the complete documentation index at: https://docs.joinmassive.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.joinmassive.com/llms.txt
Use this file to discover all available pages before exploring further.
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?