---
title: "list voip carriers"
method: GET
path: "/VoipCarriers"
tags: ["Carriers"]
---

# list voip carriers

`GET /VoipCarriers`

## Response `200`

list of voip carriers

- VoipCarrier[]
  - `voip_carrier_sid` string, uuid, required
  - `name` string, required
  - `description` string
  - `account_sid` string, uuid
  - `application_sid` string, uuid
  - `e164_leading_plus` boolean
  - `requires_register` boolean
  - `register_username` string
  - `register_sip_realm` string
  - `register_password` string
  - `tech_prefix` string
  - `inbound_auth_username` string
  - `inbound_auth_password` string
  - `diversion` string
  - `is_active` boolean
  - `smpp_system_id` string
  - `smpp_password` string
  - `smpp_inbound_system_id` string
  - `smpp_inbound_password` string
  - `smpp_enquire_link_interval` integer

## Other responses

- `500` — system error

---

[API](https://skmtc.dev/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.dev/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/e4dc0ac5477d/schema)
