Documentation Index
Fetch the complete documentation index at: https://docs.unpod.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bridges API
The Bridges API allows you to manage telephony bridges for connecting call participants. Bridges handle call routing, conferencing, and telephony channel management in your Unpod platform.Prerequisites: Make sure you have your API Token, Org-Handle, and Product-ID ready. See Authentication for details.
What You Can Do
| Endpoint | Method | Description |
|---|---|---|
/api/v2/platform/telephony/bridges/ | POST | Create a new bridge |
/api/v2/platform/telephony/bridges/ | GET | List all bridges |
/api/v2/platform/telephony/bridges/{slug}/ | GET | Get bridge by slug |
/api/v2/platform/telephony/bridges/{slug}/ | PATCH | Update a bridge |
/api/v2/platform/telephony/bridges/{slug}/ | DELETE | Delete a bridge |
/api/v2/platform/telephony/bridges/{slug}/connect-provider/ | POST | Connect provider to bridge |
/api/v2/platform/telephony/numbers/ | GET | List telephony numbers |
/api/v2/platform/telephony/bridges/{slug}/disconnect-provider/ | POST | Disconnect provider from bridge |
Base URL
Authentication
Bridge Lifecycle
Common Error Codes
| Status Code | Description |
|---|---|
| 200 | Success |
| 201 | Created successfully |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing token |
| 404 | Not Found - Bridge not found |
| 500 | Internal Server Error |