Barge
API dùng để thực hiện cuộc gọi 3 bên với extension và mobile.
curl -L -X POST 'https://{{base_url}}/v1/call/01b7d166-b564-42ec-80a1-4ad343225934/barge' \
-H 'Authorization: Bearer {{token}}'
-H 'Content-Type: application/json' \
--data-raw '{
"ext" : "101"
}'
Response trả về:
{
"status": "success",
"call_id": "01b7d166-b564-42ec-80a1-4ad343225934",
"ext": "101"
}
Error Response trả về:
{
"status": "fail",
"error": "USER_NOT_REGISTERED"
}
HTTP Request
POST https://{{base_url}}/v1/call/<CALL_ID>/barge
Body
Parameter | Description |
---|---|
ext | Ext nhận cuộc gọi mới |