---
title: "get all carriers availlble to the account"
method: GET
path: "/ServiceProviders/{ServiceProviderSid}/VoipCarriers"
tags: ["Carriers"]
---

# get all carriers availlble to the account

`GET /ServiceProviders/{ServiceProviderSid}/VoipCarriers`

## Response `200`

account listing

- VoipCarrier[]
  - `service_provider_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
  - `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
  - `trunk_type` 'static_ip' | 'auth' | 'reg' — The type of trunk to create, see the [guide](/guides/using-the-jambonz-portal/basic-concepts/creating-carriers) for details
  - `inbound_auth_username` string — username for an auth trunk
  - `inbound_auth_password` string — password for an auth trunk

## Other responses

- `403` — unauthorized
- `404` — service provider not found

---

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