API.getAccountInfos
This action allows you to recover the information about an account.
Request
| api_key | Use your API key |
| login | Use the e-mail address of an account profile that has access to the APIs. |
| md5_pwd | Use the password from the profile, encrypted in MD5 format. |
| account_id (optional) | ID of the account you wish to recover the information from. If left blank, your account will be used. |
Response
This request sends a table with the account’s information :
| ID | Account’s ID |
| Name | Account’s name. |
| Type | Type of account (FREE or PREMIUM). |
| City | Town/city of the account. |
| Country | Country of the account, using the official two-letter code format |
| WebsiteName | Name of the website. |
| WebsiteUrl | Address of the website. |
| PublicUrl | Public URL of the account. |
Loading...