---
title: "List Sip Trunks"
method: GET
path: "/v1/sip-trunks"
tags: ["sip-trunks"]
---

# List Sip Trunks

`GET /v1/sip-trunks`

List SIP trunks for the current account.

## Response `200`

Successful Response

- SipTrunkListResponse
  - `data` SipTrunkResponse[], required
    - `id` string, required
    - `name` string, required
    - `encrypted` boolean, required
    - `transport` string, required
    - `mediaEncryption` string, required
    - `transfers` string, required
    - `transferCallerId` string, required
    - `terminationSipUri` string, required
    - `originationUris` OriginationUri[]
      - `name` string
      - `sip_uri` string, required
      - `priority` integer
      - `weight` integer
    - `allowedIps` AllowedIp[]
      - `name` string
      - `cidr` string, required
    - `proxyIps` string[]
    - `createdAt` string, required
    - `credentials` SipTrunkCredential[], nullable
      - `username` string, required
      - `password` string, nullable
      - `passwordLast4` string, nullable
      - `credentialListName` string, nullable

---

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