🔵Make SIP Trunk Call
Body Parameters
Parameter
Type
Required
Description
Example Request (cURL)
curl --request POST \
--url https://api.anunzi.net/v2/agent/make_call_sip_outbound \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'Authorization: Bearer API_KEY' \
--data '
{
"model_id": "123131531x1561561",
"to_phone_number": "+123456123",
"name": "David"
}
'Example Response (200 OK)
Status Codes
Code
Description
Última actualización