# Account Info

The API allows you to retrieve your **account info**, which will also include your **remaining credit** (where applicable).

### The Account Info object

<table><thead><tr><th width="219.86479279857258">Attribute</th><th width="105">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>username</code></td><td>string</td><td>The account username.</td></tr><tr><td><code>plan</code></td><td>string</td><td>The plan associated with the account.</td></tr><tr><td><code>remainingCredit</code></td><td>number</td><td>The number of credits remaining. This is only applicable to accounts on credit-based plans.</td></tr></tbody></table>
