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 |
|---|---|---|
app_id | string | Unique identifier for the application. |
app_name | string | Name of the application. |
answer_url | string | URL called when a call is answered. Vobiz requests this URL for valid VobizXML elements to control call flow. |
answer_method | string | HTTP method for answer_url (GET or POST). |
hangup_url | string | URL called when a call ends. Useful for call analytics and cleanup operations. |
hangup_method | string | HTTP method for hangup_url (GET or POST). |
fallback_answer_url | string | Backup URL if answer_url fails or returns invalid XML. |
fallback_method | string | HTTP method for the fallback URL (GET or POST). |
message_url | string | URL for SMS message callbacks. Vobiz expects an HTTP 200 status code. |
message_method | string | HTTP method for message_url (GET or POST). |
default_number_app | boolean | Default app for phone numbers. If true, newly created numbers without an app_id use this application. |
default_endpoint_app | boolean | Default app for SIP endpoints. If true, newly created endpoints without an app_id use this application. |
sub_account | string | Sub-account auth_id (null for main account). |
resource_uri | string | API resource URI. |
application_type | string | The type of application (e.g., “voice”, “messaging”). |
default_app | boolean | Whether this is the default application for the account. |
enabled | boolean | Whether the application is enabled. |
log_incoming_message | boolean | Whether incoming messages are logged. |
public_uri | boolean | Whether the application has a public URI. |
sip_transfer_method | string | HTTP method used for SIP transfer callbacks. |
sip_transfer_url | string | URL notified during a SIP transfer. |
sip_uri | string | SIP URI associated with the application. |
created_at | string (ISO 8601) | Creation timestamp. |
updated_at | string (ISO 8601) | Last update timestamp. |
Example Application Object
JSON