Partner API Reference
Complete API reference for the Vobiz Partner Portal. Covers all 16 endpoints across 8 functional areas — authentication, customer management, billing, CDRs, and more.
Base URL & Authentication
https://api.vobiz.ai/api/v1/partnerX-Auth-IDX-Auth-TokenAcceptNo credentials yet? Contact support@vobiz.ai to enable Partner access.
API Sections
Authenticate via X-Auth-ID + X-Auth-Token headers (recommended) or exchange email/password for a JWT session token.
Retrieve your partner identity, balance, GST configuration, and permanent partner ID.
Live dashboard summary and date-range analytics across all customer accounts.
Provision sub-accounts, list and inspect customers, and check real-time wallet balances.
Fund customer wallets by transferring credits from your master partner balance.
Per-customer and global financial ledgers for billing reconciliation and auditing.
Full call detail records with 10+ filters for billing, troubleshooting, and traffic monitoring.
View DID inventory per customer and across all accounts. Monitor assignment and expiry status.
All Endpoints at a Glance
| Method | Endpoint | Description | Docs |
|---|---|---|---|
| POST | /api/v1/partner/login | Partner Login (JWT) | View → |
| GET | /api/v1/partner/me | Get Partner Profile | View → |
| GET | /api/v1/partner/dashboard | Partner Dashboard summary | View → |
| GET | /api/v1/partner/analytics | Analytics (30d or custom range) | View → |
| POST | /api/v1/partner/accounts | Create Customer Account | View → |
| GET | /api/v1/partner/accounts | List Customer Accounts | View → |
| GET | /api/v1/partner/accounts/{id} | Get Customer Account | View → |
| GET | /api/v1/partner/accounts/{id}/balance | Get Customer Balance | View → |
| POST | /api/v1/partner/accounts/{id}/transfer-balance | Transfer Balance to Customer | View → |
| GET | /api/v1/partner/accounts/{id}/transactions | Get Customer Transactions | View → |
| GET | /api/v1/partner/transactions | Get All Transactions (global) | View → |
| GET | /api/v1/partner/accounts/{id}/cdrs | Get Customer CDRs | View → |
| GET | /api/v1/partner/accounts/{id}/cdrs/{uuid} | Get Specific CDR by UUID | View → |
| GET | /api/v1/partner/cdrs | Get All CDRs (global) | View → |
| GET | /api/v1/partner/accounts/{id}/numbers | Get Customer Numbers | View → |
| GET | /api/v1/partner/numbers | Get All Numbers (global) | View → |