Skip to main content
GET
List origination URIs
Returns all origination URIs configured for a specific trunk. The response includes routing configuration such as priority, weight, and enabled status for each URI. Use pagination parameters to control the number of results returned.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-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

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
Pagination:
  • Use limit to control page size
  • Use offset to skip to a specific page
  • Check total in meta to determine total URIs
  • Calculate total pages: Math.ceil(total / limit)

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Response

200 - application/json

List of origination URIs

meta
object
required
objects
object[]
required