Telephony & Bridges
Get Bridge by Slug
Retrieve details of a specific telephony bridge using its slug
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
- Slug Validation: Handle 404 errors when a bridge slug may have been deleted or renamed
- Number Inspection: Check the
numbersarray to verify active phone numbers before routing calls - Active Status: Only numbers with
active: trueandstatus: activeare ready to handle calls - Error Handling: Always handle potential errors and edge cases
- Security: Keep API tokens secure and rotate them regularly
Get Bridge by Slug