cURL
curl --request POST \ --url https://dev-voice-api.actualize.ae/api/v1/phone-numbers/{phone_number}/calls/start \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "to_phone_number": "<string>", "agent_id": "<string>" } '
"<any>"
Initiate a sip call
Successful Response
The response is of type any.
any