cURL
curl --request POST \ --url https://api.wavix.com/v1/mydids/update-destinations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ 1, 2, 3 ], "destinations": [ { "destination": "32882", "priority": 1, "transport": 5, "trunk_id": 3107 } ], "sms_relay_url": "https://examples.com/sms-webhook" } '
{ "success": true }
Updates inbound call routing for phone numbers.
Bearer token using appid (Authorization: Bearer )
Inbound call routing configuration.
List of phone number IDs to update.
[1, 2, 3]
Inbound call destinations to apply.
Show child attributes
Callback URL for inbound SMS and MMS messages.
"https://examples.com/sms-webhook"
Destinations updated.
true
Was this page helpful?
Contact support