Dein Wohlfühlpaket für´s Homeoffice: Sichere Dir jetzt 50% Rabatt mit dem Code Feb_50_2021 auf den Tarif Deiner Wahl.
GET /api/clients/myself
Account information can be queried via the customer interface, if the ID is passed as string “myself”. For more infos see Client-API.
In addition to the current plan also information about the used quota is returned.
<?xml version="1.0" encoding="UTF-8"?> <client> ... <plan>XL</plan> <quotas> <quota> <entity>documents</entity> <available>2500</available> <used>0</used> </quota> <quota> <entity>clients</entity> <available>5000</available> <used>4</used> </quota> <quota> <entity>articles</entity> <available>20000</available> <used>1</used> </quota> <quota> <entity>storage</entity> <available>-1</available> <used>8740060</used> </quota> </quotas> </client>