Skip to main content
An Application is a named container for the webhook URLs that control your call flow. You attach a phone number or a SIP endpoint to an application so that calls fire its configured webhooks. See Application vs Endpoint below to choose the right object.

Attributes

api_id is a request-correlation ID returned alongside the object on single-object responses (Create, Retrieve, Update). It is not a persistent attribute of the application.

Example Application Object

JSON

Application vs Endpoint

Public SIP URI

Every application has a sip_uri such as sip:<app_id>@sip.vobiz.ai. By default public_uri is false, meaning the URI is not exposed to external SIP systems. Set public_uri: true only when a third-party SIP system - for example another PBX or carrier - needs to route calls directly into this application’s sip_uri. For ordinary inbound flows driven by a Vobiz phone number, leave public_uri as false.