Incoming Carrier

Incoming Carriers allow you to configure trusted IP addresses for receiving SIP traffic from your carriers/providers. This API enables you to manage carrier configurations, whitelist IP addresses, and control voice traffic settings.

Key Features

  • Configure trusted IP addresses for receiving SIP traffic from carriers/providers
  • Whitelist carrier IP addresses for incoming call authentication and security
  • Manage multiple incoming carriers with unique 14-character identifiers
  • Enable voice traffic per carrier (SMS carriers not supported)
  • OpenSIPS integration for real-time IP whitelist updates

Authentication Required

Bearer Token: Obtained from login endpoint

X-Auth-ID Header: Your account auth_id (e.g., {Auth_ID})

Authentication Headers
Authorization: Bearer YOUR_ACCESS_TOKEN
X-Auth-ID: {'{Auth_ID}'}

Base URL

Base URL
https://api.vobiz.ai/api

Service: auris-backend-apis

Available Operations

The IncomingCarrier Object

View the complete structure and attributes of an IncomingCarrier object including carrier ID, IP sets, name, and capability flags.

Create an Incoming Carrier

POST request to add a new incoming carrier to your Vobiz account with specified name and IP addresses.

Retrieve an Incoming Carrier

GET request to retrieve details of a specific incoming carrier including IP configuration and capabilities.

List All Incoming Carriers

GET request to retrieve a list of all incoming carriers registered with your account with optional filtering.

Update an Incoming Carrier

POST request to modify an existing incoming carrier's name and IP address configuration.

Delete an Incoming Carrier

DELETE request to remove an incoming carrier from your account. All numbers associated with the carrier are deleted.