Coming soon
Developer Portal · v2.0
A new API & Developer Portal is on the way.
We’re rebuilding the ResellerClub developer experience from the ground up — modern REST API, live documentation, instant sandbox keys, and a cleaner path from sandbox testing to production deployment.
Current API docs are still available while the new portal is in progress.
.
.
.
POST
/v2/domains/register
# Register a domain in one call
curl -X POST
/v2/domains/register
-H "Authorization: Bearer $RC_KEY"
-d domain "acme-studio.com"
-d years 1 -d privacy true
.
200 OK · 180ms
"order_id" "ord_5C81aF"
"domain" "acme-studio.com"
"status" "active"
"privacy" true
"expires_at" "2027-07-15"
GET /domains/available
transfer.completed
POST /domains/register
What to expect
Built for developers, from the ground up.
Three things we’re focused on as we build the next developer portal.
01
Modern REST APIs
Clean, predictable endpoints with JSON, sensible status codes and sandbox keys — so you can build and test integrations fast.
02
Comprehensive documentation
Live docs with request builders, copy-paste snippets and end-to-end guides that cover every endpoint and workflow.
03
Developer friendly
Instant sandbox keys, webhooks, idempotency and spend caps — guardrails for safer, simpler automation.