Bridge two calls
PUT https://api.opentact.org/rest/call/sca/UUID/bridge/UUID
Create a Bridge two calls
parameter
Name
Type
Description
Required
UUID1*
String
User should enter the UUID for First sca
UUID2*
String
User should enter the UUID for Second sca
Header
Name
Type
Description
Required
Authorization*
String
JWT_Token
Content-Type
String
application/json
Responses
{
"success": true,
"payload": "string"
}{
"success": false,
"message": "string",
"status": 500,
"meta": "string",
"fields": {
"params.to": {
"message": "invalid integer number",
"value": "qwerty123456789"
}
}
}Last updated
Was this helpful?