The Subaccount object represents an isolated account under your main Vobiz account, with its own authentication credentials, permissions, and rate-limiting configuration.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.
Attributes
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the sub-account (e.g., "SA_67401KW8"). |
name | string | Name of the sub-account. |
description | string | null | Description of the sub-account purpose or usage. |
permissions | object | Permissions object defining what the sub-account can access. Contains boolean fields like calls and cdr. |
rate_limit | integer | API rate limit for this sub-account (requests per time period). |
parent_auth_id | string | ID of the parent main account (e.g., "{auth_id}"). |
auth_id | string | Authentication ID used for API requests. |
is_active | boolean | Whether the sub-account is currently active and can make API calls. |
created_at | string | ISO 8601 timestamp when the sub-account was created. |
updated_at | string | ISO 8601 timestamp when the sub-account was last updated. |
last_used | string | null | ISO 8601 timestamp when the sub-account was last used for API calls. Null if never used. |
Example Subaccount Object
Permissions Object: The
permissions object controls what resources the sub-account can access:- calls - Whether the sub-account can make/receive calls
- cdr - Whether the sub-account can access Call Detail Records