Reseller API
Create new account
POST
Create new account
Documentation Index
Fetch the complete documentation index at: https://docs.joinmassive.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
The account username.
Example:
"johndoe@reseller.com"
The account password.
Example:
"secret"
The initial allocated traffic allowance in bytes.
Example:
1000000
If true, synchronize the new account's domains blocklist with the parent account. The sub-account can still have its own blocklist entries, which are merged with the parent's.
Response
User was created successfully.
The account ID (uuid).
Example:
"57ed834f-f6f6-47d4-ab23-5674d7866b32"
Create new account