« Back to Documentation Overview

get_account_domains

Section: Accounts
Version: 1.5.0


Get domains assigned to account using web interface.
Warning: Please note that after you add domain using web interface it takes up to 24h for us to check DNS propagation. So your domain may not be visible in API method output instantly.


Parameters
stringAPI_KEY
Return Value
objectACCOUNT_DOMAIN_ID
stringcreated_on2009-01-02 00:00:00
stringdomainotheremailaddress.com

Example Request JSON

[
    "API_KEY"
]

Example Response JSON

{
    "ACCOUNT_DOMAIN_ID": {
        "created_on": "2009-01-02 00:00:00",
        "domain": "otheremailaddress.com"
    }
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash