Overview
ResellerClub (operating on the LogicBoxes platform) offers one of the widest TLD catalogs available through a reseller API. The same HTTP API is used by WHMCS, Blesta, and most other hosting billing platforms — making it a common choice for resellers migrating from WHMCS.
Credential Fields
| Field | Description |
|---|---|
| Auth User ID | Your numeric reseller user ID |
| API Key | Your API key from the ResellerClub reseller portal |
| Sandbox | Toggle on to use the test environment |
Getting Your Credentials
- Log in to the ResellerClub reseller control panel.
- Go to Settings → Personal Information → API (or similar — exact path varies by panel version).
- Copy your Reseller ID (Auth User ID) and generate/copy the API Key.
Sandbox vs Production
| Environment | API Endpoint |
|---|---|
| Sandbox | https://test.httpapi.com/api/ |
| Production | https://httpapi.com/api/ |
Toggle Sandbox on in Commerce settings to use the test endpoint. Create a separate test reseller account at ResellerClub to use the sandbox — it does not share data with your production account.
API Protocol
- Transport: HTTPS GET
- Response format: JSON
- Authentication:
auth-useridandapi-keyappended as query parameters on every request - Availability check: Single API call handles bulk TLD availability (
domains/available.jsonwith multiple TLDs in one request)
Connection Test
Commerce sends GET /api/resellers/details.json with your credentials. A valid JSON response containing your reseller details indicates a successful connection.
Setup Checklist
- Go to Admin → Settings → Registrar → ResellerClub.
- Enter Auth User ID and API Key.
- If testing: toggle Sandbox on and use test account credentials.
- Click Test Connection — confirm success.
- Save.
- Go to Admin → Domains → TLD Manager and add TLDs from ResellerClub's catalog, setting retail prices.
- Enable the TLDs you want to offer to clients.
Notes
- ResellerClub's
auth-useridis numeric; do not confuse it with your login username. - The same LogicBoxes API is used by sister brands (BigRock, Net4India, etc.) — credentials from those brands will not work with ResellerClub's endpoint.
- WHOIS privacy is handled via ResellerClub's Privacy Protect service, which calls
privacy-protect/enableandprivacy-protect/disableendpoints per domain.