Sub-Accounts
List All Subaccounts
Retrieve a paginated list of all Vobiz subaccounts sorted by creation date - enumerate tenants across your multi-tenant SaaS or reseller platform.
GET
List sub-accounts
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number for pagination. Defaults to 1. |
size | integer | No | Number of results per page. Defaults to 25. |
active_only | boolean | No | When set to true, returns only active sub-accounts. |
Request
cURL
Response Example
Success Response (200 OK)
Pagination: The response includes pagination metadata at the root level:
- total - Total number of sub-accounts matching the filter
- page - Current page number
- size - Number of results per page
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"