API Introduction
The Domains Reseller API allows you to interact with our system programmatically from your own system.
Using the API you are able to perform actions such as:
• Register Domain
• Transfer Domain
• Renew Domain
• Release Domain
• Delete Domain
• Modify Contact Details
• Get EPP Code
• Get/Save DNS Records
• Get/Modify Nameservers
• Register Nameserver
• Modify Nameserver
• Delete Nameserver
• Registrar Lock
• Get/Save Email Forwarding
• Domain Cron Synchronization
Domains Reseller Request/Response Data Format:
In requests, Domains Reseller accepts query parameters.
API response is sent in JSON data format.
Authentication:
API key and email address is required for authentication.
These details are given by LibyanSpider, and can be found in your client area.
URL:
Examples:
The following examples use the cURL command-line tool to execute API requests.
Exemplary API Request:
curl 'https://my.register.ly/domainsResellerAPI/api.php' --data 'token=AaLc8eNZWsZtWlT9LtT7NUha&[email protected]&action=RegisterDomain&sld=exampledomain&tld=ly®period=1&nameserver1=ns1.yourdomain.com&nameserver2=ns2.yourdomain.com&firstname=test&lastname=test&companyname=company&address1=addresss&city=city&state=region&country=US&postcode=12345&phonenumber=1234567890&[email protected]' --compressed
Exemplary API Response:
{"result":"success","msg":"Domain has been registered"}