Call end
Capture data when a call ends.
post
https://{{account_id}}.acquire.io/api/v1/voip/call-end
Create an end call
Body (raw)
{
"From": "+1234567890",
"To": "+1789451230",
"CallId": "CA12345678904567890",
"email": "[email protected]",
"CallStatus": "completed",
"RecordingUrl": "string",
"Duration": "10",
"Direction": "incoming"
}
Last modified 1yr ago