getDomain

This method retrieves information about a domain name in an account. Among other things this is used to find out the billing information to be able to pay domain names.

Syntax

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

Return value

domain_obj, metoden returnerar en struct av typen domain_obj med information om domänen.

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 names to search for.
Was this article helpful?

Related Articles