Skip to main content
GET
Get All Bridges

Get All Bridges

Retrieve a list of all telephony bridges in your organization, including their IDs, names, slugs, associated providers, and linked phone numbers for monitoring and call-routing management.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Response Fields

Bridge Object Fields

Number Object Fields

Common Error Codes

Code Examples

Best Practices

  1. Bridge Slug: Note each bridge’s slug - it is used as a path parameter in other bridge endpoints
  2. Provider Check: Verify bridges have a connected provider before routing calls through them
  3. Number Assignment: Bridges without numbers in the numbers[] array cannot receive inbound calls
  4. Error Handling: Always handle potential errors and edge cases
  5. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Response

List of all bridges