getDomain

This method retrieves information about a domain name in an account. Among other things, it is used to look up the billing information needed to pay for domain names.

Syntax

domain_obj = getDomain(username, password, [customer_number,] domain)

Return value

domain_obj, the method returns a struct of type domain_obj with information about the domain name.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • customer_number
    string
    Customer ID for the account. Used only by resellers who work with the customer’s account.
  • domain
    string
    Domain name to look up.
Was this article helpful?

Related Articles