List all incoming carriers
GET https://api.plivo.com/v1/Account/{{auth_id}}/IncomingCarrier/?limit=5&offset=0
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | Allows filtering by name | |
limit | number | Used to display the number of results per page. The maximum number of results that can be fetched is 20. | |
offset | number | Denotes the number of value items by which the results should be offset. |