HTTP Status Code: 202
{
"api_id": "7127cccc-5060-11e4-80aa-12313f048015",
"message": "changed"
}

This API lets you modify an existing incoming carrier set up on your account.

API Endpoint

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

Arguments

name
Required
string

The name of the carrier being added. You can use any name.
Allowed Values:

  • Alphabets (upper case and lower case)
  • Numbers (0-9).
  • Only 2 special characters, i.e. ”-” (hyphen) and ”_” (underscore)
  • ip_set
    Required
    string

    Comma-separated list of IP addresses from which calls belonging to the carrier will reach Plivo. Plivo checks this list to determine whether to allow incoming calls into Plivo’s servers, and will not accept calls that come from IP addresses not on this list.

    HTTP Status Code: 202
    {
    "api_id": "7127cccc-5060-11e4-80aa-12313f048015",
    "message": "changed"
    }