Create a new telephony bridge for call routing
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | API Key format: Token <token> |
| Org-Handle | string | Yes | Organization domain handle |
| Content-Type | string | Yes | application/json |
Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Display name for the bridge |
| slug | string | Yes | URL-friendly unique identifier for the bridge |
| Field | Type | Description |
|---|---|---|
| status_code | integer | HTTP status code |
| message | string | Response message |
| data | object | Created bridge details |
| Field | Type | Description |
|---|---|---|
| id | integer | Bridge unique identifier |
| name | string | Bridge display name |
| slug | string | Unique bridge slug identifier |
| created_at | string | Bridge creation timestamp (ISO 8601) |
| Status Code | Description |
|---|---|
| 201 | Created - Bridge created successfully |
| 400 | Bad Request - Invalid or duplicate slug/name |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 409 | Conflict - Bridge with this slug already exists |
| 500 | Internal Server Error - Server-side error |
sales-outbound-us) to easily identify bridgesid and slug for subsequent bridge management operations