Call in queue

Capture data while calls are in the queue.

Create a call in queue

POST https://{{account_id}}.acquire.io/api/v1/voip/call-in-queue

Create a call in the queue.

Request Body

NameTypeDescription

CallId*

string

ID of the call

To*

string

Callee phone number 'To'

From*

string

Caller phone number 'From'

{
  "data": {
    "success": true,
    "message": "Successfully saved"
  }
}

Body(raw)

{
  "From": "+1234567890",
  "To": "+1789451230",
  "CallId": "CA12345678904567890"
}

Last updated