API.getSubscriptionInfos
This action allows you to recover the information about a subscription.
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. |
| subscription_code | Use the API code supplied in the “Your subcriptions” page, or recovered by the getAccountSubscriptions API |
Response
This request sends a table with the account’s information:
| Code | Code of the subscription. |
| Name | Name of the subscription |
| Description | Description of the subscription. |
| City | Town/city of the account. |
| Creation | Date of creation of the subscription. |
| Modification | Date of the last modification of the subscription. |
| PublicUrl | Public URL of the subscription. |
Loading...