Skip to main content
GET
Get Bridge by Slug

Get Bridge by Slug

Retrieve full details of a specific telephony bridge using its unique slug identifier, including its assigned phone numbers and current configuration.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Path Parameters

You can get the bridge slug by hitting the Get All Bridges API. The slug field in the response is your Bridge Slug.

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. Slug Validation: Handle 404 errors when a bridge slug may have been deleted or renamed
  2. Number Inspection: Check the numbers array to verify active phone numbers before routing calls
  3. Active Status: Only numbers with active: true and status: active are ready to handle 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"

Path Parameters

slug
string
required
Example:

"sales-bridge-001"

Response

Bridge details