This guide will help you get started with the Proxy Resellers API in just a few minutes.
curl --location 'https://api-network.joinmassive.com/resellers/accounts' \ --header 'x-api-key: {API_KEY}'
curl --location 'https://api-network.joinmassive.com/resellers/accounts' \ --header 'Content-Type: application/json' \ --header 'x-api-key: {API_KEY}' \ --data '{ "username": "newreseller@example.com", "password": "securepassword123", "limit": 1000000 }'
curl --location 'https://api-network.joinmassive.com/resellers/accounts/{account_id}' \ --header 'x-api-key: {API_KEY}'