1. bridgecalls
Epicode docs
  • IraVoice API
    • IraVoice API (2.0.0)
    • makecall (Make outbound call)
      • Make Call
    • makecalldirect
      • Make Call Direct
    • dropcall
      • Drop Call
    • stopstream
      • Stop Stream
    • bridgecalls
      • Bridge Calls
        POST
    • transfercall
      • Transfer Call
    • Schemas
      • BridgeCalls
      • DropCall
      • HTTPValidationError
      • MakeCall
      • MakeCallDirect
      • StopStream
      • TransferCall
      • ValidationError
  • Epicode Onboarding Guide
    • 📞 IraVoice Onboarding Guide
    • Sandbox Environment
  1. bridgecalls

Bridge Calls

POST
/api/bridgecalls

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/jsonRequired

Responses

🟢200
application/json
Request processed successfully
Bodyapplication/json

🟠400
🟠404
🟠422
🔴500
🔴503
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/bridgecalls' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "first_uuid": "string",
    "second_uuid": "string"
}'
Response Response Example
200 - Success
{
    "status_code": 0,
    "status": "OK"
}
Modified at 2026-05-13 06:57:20
Previous
Stop Stream
Next
Transfer Call
Built with