Bridges
The Bridges resource allows you to bridge two calls together allowing for two-way audio between them. A common example is bridging an incoming phone call together with a outgoing phone call.
Base URL
https://api.catapult.inetwork.com/v1/users/{userId}/bridges
Capabilities
Verb | Path | about |
---|---|---|
GET |
/v1/users/{userId}/bridges |
Get a list of previous bridges |
POST |
/v1/users/{userId}/bridges |
Create a bridge |
GET |
/v1/users/{userId}/bridges/{bridgeId} |
Get information about a specific bridge |
POST |
/v1/users/{userId}/bridges/{bridgeId} |
Add one or two calls in a bridge and also put the bridge on hold/unhold |
POST |
/v1/users/{userId}/bridges/{bridgeId}/audio |
Play an audio or speak a sentence in a bridge |
GET |
/v1/users/{userId}/bridges/{bridgeId}/calls |
Get the calls that are on the bridge |