> ## Documentation Index
> Fetch the complete documentation index at: https://vobiz.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Vobiz Account API – Manage Balance, Credentials & Concurrency

> Manage your Vobiz account via REST API - retrieve balance, concurrency limits, CPS, auth credentials, and billing mode for prepaid or postpaid plans across 130+ countries.

Use the Account object to perform actions on your Vobiz account.

<Info>
  **Key Features**

  * View account type (standard or developer) and billing mode (prepaid or postpaid)
  * Monitor account balance and credit information
  * Access auth credentials and resource URIs for API integration
</Info>

## Base URI

```text theme={null}
https://api.vobiz.ai/api/v1/Account/
```

## Account Operations

<CardGroup cols={2}>
  <Card title="The Account Object" icon="cube" href="/account/account-object">
    View the structure and attributes of the Account object including account type, billing mode, credits, and timezone.
  </Card>

  <Card title="Retrieve Account Details" icon="download" href="/account/retrieve-account">
    GET request to retrieve all details of your Vobiz account including balance, auth credentials, and settings.
  </Card>

  <Card title="Balance & Transactions" icon="wallet" href="/account/balance">
    Retrieve account balance details and transaction history.
  </Card>

  <Card title="Concurrency" icon="bolt" href="/account/concurrency">
    Monitor and manage the number of concurrent lines being used in your account.
  </Card>
</CardGroup>

## What to do next

<CardGroup cols={2}>
  <Card title="Retrieve your account details" icon="user" href="/account/retrieve-account">
    Fetch auth credentials, balance, and account type via API. (2 min)
  </Card>

  <Card title="Create a SIP trunk" icon="server" href="/trunks/create-trunk">
    Provision your first trunk and get a unique SIP domain. (3 min)
  </Card>

  <Card title="Buy a phone number" icon="phone" href="/account-phone-number">
    Search and rent a DID number for inbound calling.
  </Card>

  <Card title="Sub-accounts" icon="sitemap" href="/sub-accounts">
    Isolate usage and billing for different customers or environments.
  </Card>
</CardGroup>
