Retrieve details of a specific telephony bridge using its slug
| Name | Type | Required | Description |
|---|---|---|---|
| slug | string | Yes | Unique bridge slug |
slug by hitting the Get All Bridges API. The slug field in the response is your Bridge Slug.| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | object | Bridge details |
| Field | Type | Description |
|---|---|---|
| id | integer | Bridge unique identifier |
| name | string | Bridge display name |
| slug | string | Unique bridge slug identifier |
| numbers | array | List of assigned phone numbers |
| Field | Type | Description |
|---|---|---|
| id | integer | Number assignment ID |
| number_id | integer | Phone number ID |
| number | string | Phone number (E.164 format) |
| state | string | Number state: ASSIGNED, UNASSIGNED |
| active | boolean | Whether number is active |
| channels_count | integer | Number of active channels |
| status | string | Number status: active, inactive |
| Status Code | Description |
|---|---|
| 200 | Success - Bridge fetched successfully |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 404 | Not Found - Bridge not found |
| 500 | Internal Server Error - Server-side error |
numbers array to verify active phone numbers before routing callsactive: true and status: active are ready to handle calls