logo   HOME

Billing

This page lists the optional parameters, request data and reponse in xml

Retrieve account information [HTTP GET]

https://appapi.dlangemobile.com/xml/billing/{api_key}/account

URL Parameters

  • api_key (Required) - Your API application key.

Example XML Response

<Account>
   <Username>user1</Username>
   <Name>First Client</Name>
   <ContactPerson>John Doe</ContactPerson>
   <ContactEmail>johndoe@mail.com</ContactEmail>
   <TimeZone>Eastern Standard Time</TimeZone>
</Account>

Error Codes

  • 001 - API key is required.
  • 002 - Invalid API key.