Reseller API
Create new account
Get Started
Proxy Configuration
Sample Integrations
Reporting API
Reseller API
Others
Reseller API
Create new account
POST
/
accounts
curl --request POST \
--url https://api-network.joinmassive.com/resellers/accounts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"username": "johndoe@reseller.com",
"password": "secret",
"limit": 1000000
}'
{
"id": "57ed834f-f6f6-47d4-ab23-5674d7866b32"
}
Authorizations
Body
application/json
Response
201
application/json
User was created successfully.
The response is of type object
.
curl --request POST \
--url https://api-network.joinmassive.com/resellers/accounts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"username": "johndoe@reseller.com",
"password": "secret",
"limit": 1000000
}'
{
"id": "57ed834f-f6f6-47d4-ab23-5674d7866b32"
}