Skip to main content
← Partner Overview Complete API reference for the Vobiz Partner Portal. Covers all 21 endpoints across 9 functional areas - authentication, customer management, billing, CDRs, KYC, 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/api/v1/partner
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.

KYC Sessions

Initiate and manage customer KYC verification.

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
POST/kyc-sessionsInitiate KYC for a sub-accountKYC
GET/kyc-sessionsList KYC sessions (paginated)KYC
GET/kyc-sessions/{session_id}Get a KYC session by IDKYC
POST/kyc-sessions/{session_id}/resendResend the KYC emailKYC
DELETE/kyc-sessions/{session_id}Revoke a KYC sessionKYC
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