Docs
Conferencing
https://api.apifonica.com/v2/accounts/{accountSID}/calls/{callSID}/participants
Overview
To add another participant to an existing call make the POST request to /accounts/{accountSID}/calls/{callSID}/participants.
Parameter | Required | Description | Default value |
---|
curl –X POST
https://api.apifonica.com/v2/accounts/{accountSID}/calls/{callSID}/participants \
-H 'Content-Type: application/json' \
-d '{
"number": "+35891014444",
}' \
-u {accountSID}:{authToken}
RESPONSE EXAMPLE
{
"status_code": 201,
"status_message": "CREATED",
"uri": "/v2/accounts/{accountSID}/calls/{callSID}"
}