Change Call Forward
Change call forward parameter
GET or POST Request
This changes the call forward for a specific number.
Argument
Required
Type
did
yes
your phone number
call_forward
yes
forward number
key
yes
your API key
Set your call_forward number to 0 to disable call forwarding. Call forwarding only supported to USA destinations.
curl -X POST https://v1.api19.com/dids/change/call_forward \
-d 'did=3038821111' \
-d 'call_forward=3038842222' \
-d 'key=your-key'
Last updated