Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

← Partner Overview Complete API reference for the Vobiz Partner Portal. Covers all 16 endpoints across 8 functional areas - authentication, customer management, billing, CDRs, and more.

End-to-end integration flow

Follow the complete lifecycle from account creation to trunk setup.

Base URL & Authentication

All Partner API endpoints share a single base URL:
https://api.vobiz.ai/partner/v1
Every request must include the headers X-Auth-ID and X-Auth-Token. See Authentication for full details. Do not have credentials yet? Contact support@vobiz.ai to enable Partner access.

API Sections

Authentication

Header-based credentials and JWT login.

Profile

Identity, balance, and GST configuration.

Dashboard & Analytics

Live metrics and date-range performance reporting.

Customer Accounts

Provision sub-accounts under your partner umbrella.

Balance Transfer

Move credit from your master wallet to customers.

Transactions

Per-customer and global financial ledgers.

CDRs

Call detail records for billing and troubleshooting.

Phone Numbers

DID inventory across all customer accounts.

All Endpoints at a Glance

MethodEndpointDescriptionDocs
POST/loginExchange email/password for JWT access tokenAuth
GET/meRetrieve partner profile and balanceProfile
GET/dashboardLive partner dashboard summaryAnalytics
GET/analyticsDate-range aggregated call analyticsAnalytics
POST/accountsCreate a customer sub-accountCustomers
GET/accountsList all customer accountsCustomers
GET/accounts/{customer_auth_id}Get customer profileCustomers
GET/accounts/{customer_auth_id}/balanceGet customer wallet balanceCustomers
POST/accounts/{customer_auth_id}/transfer-balanceTransfer credit to a customerBalance
GET/accounts/{customer_auth_id}/transactionsCustomer transaction ledgerTransactions
GET/transactionsGlobal transaction ledgerTransactions
GET/accounts/{customer_auth_id}/cdrsCustomer CDR listCDRs
GET/accounts/{customer_auth_id}/cdrs/{call_uuid}Single CDR by UUIDCDRs
GET/cdrsGlobal CDR listCDRs
GET/accounts/{customer_auth_id}/numbersNumbers assigned to a customerNumbers
GET/numbersGlobal number inventoryNumbers