This API lets you add a new incoming carrier to your VTS account.
POST https://api.vtscom.net/v1/Account/{auth_id}/IncomingCarrier/| name Required |
The name of the carrier being added. You can use any name. |
| ip_set Required |
Comma-separated list of IP addresses from which calls belonging to the carrier will reach VTS. VTS checks this list to determine whether to allow incoming calls into VTS’s servers, and will not accept calls that come from IP addresses not on this list. |
HTTP Status Code: 201
{
"api_id": "65368fb6-5060-11e4-8a4a-123140008edf",
"carrier_id": "13455781930894",
"message": "created"
}