API.getAccountInfos
This SOAP-based API is deprecated. Please use the REST-based API instead.
This action allows you to recover the information about an account.
Request
| Name | Type | Description |
|---|---|---|
| api_key (required) | string | Use your API key |
| login (required) | string | Use the e-mail address of an account profile that has access to the APIs. |
| md5_pwd (required) | string | Use the password from the profile, encrypted in MD5 format. |
| account_id | integer | ID of the account you wish to recover the information from. If left blank, your account will be used. |
Response
| Name | Type | Description |
|---|---|---|
| ID | integer | Account’s ID |
| Name | string | Account’s name. |
| Type | string | Type of account (FREE, PREMIUM or PLATINUM). |
| City | string | Town/city of the account. |
| Country | string | Country of the account, using the official two-letter code format |
| WebsiteName | string | Name of the website. |
| WebsiteUrl | string | Address of the website. |
| PublicUrl | string | Public URL of the account. |
Error codes
See the error code section.
