🔵Make Calls
Body Parameters
Parameter
Type
Required
Description
Example Request (cURL)
curl --request POST \
--url https://api.anunzi.net/v2/calls \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'Authorization: Bearer API_KEY' \
--data '
{
"model_id": "5151351531x48646416",
"phone": "+123456456",
"name": "David"
}
'Example Response (200 OK)
Status Codes
Code
Description
Última actualización