Domain reseller API
Add domain services to your business with the Name.com API
Name.com offers a RESTful API that allows you to sell domains directly to your customers on your website or app. There’s no signup fee or application process—just generate an API key to get started.
Log in to get started API DocumentationResell and manage domains programmatically
Your business, your prices
As a reseller, you have the freedom to add your own margins on top of Name.com’s retail prices. High volume resellers may also be eligible for wholesale pricing by getting in touch with an account manager.
More than just domains
The API allows you to manage DNS, URL forwarding, Whois Privacy, Nameservers, Auto-billing, and more.
Dedicated support
Our account manager and our customer support team are ready to assist with any questions or concerns you have about the Name.com API and domain reselling.
Easy-to-follow API documentation with examples
Our API documentation shows the exact request you should expect to send and receive for each API call.
curl -u 'username:token' 'https://api.name.com/v4/domains/example.org/records'
{ "records": [ { "id": 12345, "domainName": "example.org", "host": "www", "fqdn":"www.example.org", "type": "A", "answer": "10.0.0.1", "ttl": 300 } ] }
“Name.com was one of the few DNS providers that had a robust and solid REST API for resellers to automate [domain registration].”
- Matt Biilmann, CEO of Netlify
Is Name.com’s API right for you?
Our fully RESTful API is ideal for managing domains, DNS records, email forwarding, and more. Use it to integrate Name.com's backend system with your own website for reseller purposes or just added convenience. And now, you can skip the extensive sign up and application process and enjoy instant access to our most powerful API system yet.
If you’re thinking about using our API for reseller purposes, there are several criteria you need to meet. You’ll need following abilities to successfully use the API:
- Create JSON requests and parse responses via HTTP POST and GET.
- Billing mechanism for your customers, if needed.
- Track product and domain creates and map those to your customers.
Questions about the Name.com API or domain reselling?
How to start reselling using the Name.com API
STEP 1:
Get your production and test environment API tokens.
STEP 2:
Start coding against the Name.com API using our documentation. Use the test environment to test your code.
STEP 3:
Plan your launch. Select margins for the domains you are selling and determine how it will work with your new or existing website flow.
STEP 4:
Work with an account manager for custom pricing. Our high-volume sellers can work with our team to establish wholesale pricing on some of our best domains.