---
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

## Changes

- **2025-11-08** `cda83ab34ad0` — 1 info
  - added the optional property `items/trunk_type` to the response with the `200` status
- **2025-09-19** `3b6ab0c10627` — 1 breaking, 1 info
  - removed the required property `items/voip_carrier_sid` from the response with the `200` status
  - added the required property `items/service_provider_sid` to the response with the `200` status
- **2025-02-12** `087165ecc067` — 2 info
  - api tag `Carriers` added
  - api tag `Service Providers` removed

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/ServiceProviders/:ServiceProviderSid/VoipCarriers/get.md)

---

[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/56f317145d23/schema)
