Latest Legacy

Retrieve an incoming carrier

This API returns the details of an incoming carrier.

API Endpoint

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

Arguments

No arguments need to be passed.

Returns

Returns an IncomingCarrier object.

Response

HTTP Status Code: 200

{
    "api_id": "18c3881e-5060-11e4-8a4a-123140008edf",
    "carrier_id": "12209049768983",
    "ip_set": "172.168.1.4",
    "name": "Bermuda",
    "resource_uri": "/v1/Account/MA2025RK4E639VJFZAGV/IncomingCarrier/12209049768983/",
    "sms": false,
    "voice": true
}