Build domain experiences. Own the customer journey.
One simple API.

/rclub/domains


# Register a domain in one call

x-user-id: YOUR_X_USER_ID
x-api-key: YOUR_X_API_KEY
{ "domainName": "acme-studio.com",
"years": 1, "customerId": "…", "regContactId": "…" }
"order_id"  ""
"status" ""
"message" ""

Trusted by the platforms
your customers already use.

The whole domain
lifecycle, one surface.

Built the way you already build.

request

$ curl -X GET "https://api.sandbox.resellerclub.com/v2\
/domains/available?domainName=mybrand-test-12345&tlds=com"
\
-H "x-user-id: YOUR_X_USER_ID" \
-H "Authorization: ApiKey YOUR_API_KEY" \
-H "Accept: application/json"