Create an incoming carrier

POST https://api.plivo.com/v1/Account/{{auth_id}}/IncomingCarrier/

This API lets you add a new incoming carrier to your Plivo account.

Below is the list of arguments that can be passed in this API request, more information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
nameThe name of the carrier being added. It is just a representation and the name can be chosen at will.Required
ip_setComma separated list of ip addresses from which calls belonging to the carrier will reach Plivo. This list will be used by Plivo to allow incoming call traffic into Plivo's servers. If calls come from an IP outside of this list, Plivo will not accept the call.Required

Request Body

{"name"=>"carrier_name", "ip_set"=>"100.30.276.37"}