Visualizzazione degli articoli taggati 'API'
DomainRegister API 4.0 - Calls
Summary of API Commands allowed POST - /order/domains/register - Register Domain...
DomainRegister Third Generation API - IntroductionAPI Introduction The DomainRegister Third Generation API allows you to interact with our system...
DomainRegister Third Generation API - Activation and ManagementIn order to be allowed to use DomainRegister Third Generation API, you're required: to be...
DomainRegister Third Generation API - CommandsRegisterDomain: This command is used to send a Register command to the registrar.Request...
DomainRegister Third Generation API - changelog13/11/2020 added function CreditAmount (gives the amount of available credit of the...
DomainRegister Third Generation API - example of PHP code (RegisterDomain)<?php $data = array( "action" => "RegisterDomain", "token" =>...
DomainRegister Third Generation API - example of PHP code (TransferDomain)<?php $data = array( "action" => "TransferDomain", "token" =>...
DomainRegister Third Generation API - example of PHP code (CreditAmount)<?php $data = array( "action" => "CreditAmount", "token" =>...