API Actions

POST - /order/domains/register - Register Domain
  • domaintype: text validators: required, text
  • regperiodtype: numeric validators: required, numeric
  • domainfieldstype: text validators: text
  • addonstype: addons 
  • nameserverstype: nameservers validators: required
  • contactstype: contacts validators: required
POST - /order/domains/transfer - Transfer Domain
  • domaintype: text validators: required, text
  • eppcodetype: text validators: text
  • regperiodtype: numeric validators: required, numeric
  • domainfieldstype: text validators: text
  • addonstype: addons 
  • nameserverstype: nameservers validators: required
  • contactstype: contacts validators: required
POST - /order/domains/renewre - Renew Domain
  • domaintype: text validators: required, text
  • regperiodtype: numeric validators: required, numeric
  • addonstype: addons 
GET - /domains/{domain}/release - Release Domain
  • domaintype: text validators: required, text
  • transfertagtype: text validators: required, text
GET - /domains/{domain}/eppcode - Get EPP Code
  • domaintype: text validators: required, text
GET - /domains/{domain}/contact - Get Contact Details
  • domaintype: text validators: required, text
POST - /domains/{domain}/contact - Save Contact Details
  • domaintype: text validators: required, text
  • contactdetailstype: contactdetails validators: required
GET - /domains/{domain}/contact - Get Registrar Lock
  • domaintype: text validators: required, text
POST - /domains/{domain}/contact - Save Registrar Lock
  • domaintype: text validators: required, text
  • lockstatustype: text validators: required, text
GET - /domains/{domain}/dns - Get DNS
  • domaintype: text validators: required, text
POST - /domains/{domain}/dns - Save DNS
  • domaintype: text validators: required, text
  • dnsrecordstype: dnsrecords validators: required
POST - /domains/{domain}/delete - Request Deletion
  • domaintype: text validators: required, text
POST - /domains/{domain}/transfersync - Transfer Sync
  • domaintype: text validators: required, text
POST - /domains/{domain}/sync - Domain Sync
  • domaintype: text validators: required, text
GET - /domains/{domain}/email - Get Email Forwarding
  • domaintype: text validators: required, text
POST - /domains/{domain}/email - Save Email Forwarding
  • domaintype: text validators: required, text
  • prefixtype: array 
  • forwardtotype: array 
POST - /domains/{domain}/protectid - ID Protect Toggle
  • domaintype: text validators: required, text
  • statustype: int validators: required, numeric
POST - /domains/lookup - Check Availability
  • searchTermtype: text validators: text
  • punyCodeSearchTermtype: text validators: text
  • tldsToIncludetype: array 
  •  
  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

API Introduction

Endpoint https://hub.aryanict.com/modules/addons/DomainsReseller/api/index.php...

Example Code (PHP)

<?php $data = array( "action" => "RegisterDomain", "token" =>...

SMS API

PHP Version: Prerequisite: 1)      PHP 4 >= 4.3.0, PHP 5, PHP 7 2)      For server need...

SMS API for Softwares

In Action: You need a unique ApplicationId (You can collect from support team). //$appID can be...

SMS API for Softwares v2

In Action:   You need a unique ApplicationId  Username (You can collect from support team)....