Last updated 2 years ago
POST https://{{account_id}}.acquire.io/api/v1/voip/call-in-queue
POST
https://{{account_id}}.acquire.io/api/v1/voip/call-in-queue
Create a call in the queue.
CallId*
string
ID of the call
To*
Callee phone number 'To'
From*
Caller phone number 'From'
{ "data": { "success": true, "message": "Successfully saved" } }
{ "From": "+1234567890", "To": "+1789451230", "CallId": "CA12345678904567890" }
Capture data while calls are in the queue.