Origination URI
Retrieve All Origination URIs
List all SIP destination URIs on a Vobiz trunk - review routing priority, load-balancing weights, and enabled status to audit outbound call configuration.
GET
List origination URIs
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Use Case: List all routing destinations to audit your trunk’s outbound call routing configuration, verify failover setup, or analyze load balancing distribution across multiple carriers.
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Maximum number of URIs to return per page. Default: 20. Range: 1–100. |
offset | integer | No | Number of URIs to skip before returning results. Default: 0. Used for pagination. |
Response
Returns a paginated list of origination URI objects with metadata about the result set.Response - 200 OK
Example Routing Logic:
- Priority 1 URIs (first and third) handle primary traffic
- Among priority 1, traffic is split 33% to first URI (weight 10) and 67% to third URI (weight 20)
- Priority 2 URI (second) serves as failover if all priority 1 URIs fail
Examples
cURL - List All URIs
cURL Request
cURL - Paginated Results
cURL Request
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"