/forward/set
token (required)
did_id
did_number
forward_to (required)
Note: This API expects the request to contain either the did_id
or the did_number
. If neither are provided, you will receive a 400 error.
{"code": 200,"status": "success","data": "Successfully set call forwarding"}
{"code": 400,"status": "error","data": "Please provide either did_id or did_number"}