Endpoints
Partner Profile
Retrieve your Vobiz partner identity, billing configuration, GST status, and current balance - the authoritative source for your permanent partner ID used in queries.
GET
Get partner profile
← Partner API Reference
Retrieve your partner identity, billing configuration, GST status, and current balance. The profile endpoint is the authoritative source for your permanent partner
id - required as a filter parameter in Transaction and CDR queries.
All Partner API requests use
X-Auth-ID and X-Auth-Token headers. See Authentication for details.Get Partner Profile
Retrieve your full partner profile, including identity, balance, GST configuration, and permanent partner ID. No request body or query parameters are required.Response
Key fields
| Field | Notes |
|---|---|
id | Your permanent partner UUID. Some legacy filters expect this rather than auth_id. |
auth_id | Your partner credential identifier (e.g. PA_…), used in the X-Auth-ID header. |
balance | Your master wallet balance as a string with 5 decimal places (e.g. "23906.83000"). Parse it to a number before comparing - and note that GET /dashboard returns partner balance as null (use total_balance there instead). |
currency | Your partner currency. Every balance transfer’s currency must match this. |
max_accounts | Hard cap on how many customers you can create. account_count is your current usage. |
can_create_accounts | If false, POST /accounts returns 403. |
can_transfer_balance | If false, transfer-balance returns 403. |
can_view_cdrs | If false, the CDR endpoints are blocked. |
is_verified | Whether your own partner KYC is complete. |
When to Use
- Initial integration setup - Call this once when your integration starts. Capture the permanent
idfield and store it - it is required as a filter parameter in Transaction and CDR endpoints. - Balance checks before transfers - Check your current balance before calling the Transfer Balance endpoint to confirm sufficient funds.
- Sync billing metadata - Sync GSTIN, TDS status, and account status to your internal billing system to ensure correct invoice generation.
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Response
200 - application/json
Partner profile