Last Update: 2024-03-21

Get account info

Request:

<getaccountinfo />

Response:

If you provide the API credentionals of the main-account, you will get a list of all customers. Otherwise you will get only the info of the customer from which you specified the api credentials.

<account id="">
  <name></name>
  <type></type>
  <customers>
    <customer id="">
      <name></name>
    </customer>
    ...
  </customers>
</addresses>
Description of XML-Tags:
Element Format Description
account[id] int(10) ID of the account
account->name varchar(64) Name of the account
account->type VX|PRO|eCRM Type of the account
customers List of all customers
customers->customer[id] int(10) ID of the customer
customers->customer->name varchar(255) Name of the customer
Für Rückfragen stehen wir Ihnen jederzeit gerne unter support@eyepin.com zur Verfügung.