---
title: "List SIP accounts"
method: GET
path: "/sip_accounts"
tags: ["Portal", "Portal SIP-Accounts"]
---

# List SIP accounts

`GET /sip_accounts`

list the customer's active SIP accounts

## Response `200`

Successful Response

- SipAccountsResponse — Envelope returned by `GET /portal/sip_accounts`.
  - `sip_accounts` SipAccountItem[], required
    - `id` string, required — SIP account display token (opaque identifier; not the SIP username).
    - `name` string, required — Human-readable name (empty string when unset).
    - `auth_method` string, required — Authentication method: `password` or `ip`.
    - `username` string — SIP username (only when `auth_method` is `password`).
    - `ips` string[] — Authenticated IPs (only when `auth_method` is `ip`).
    - `channel_limit` integer, required — Maximum concurrent channels (0 = unlimited).
    - `active` boolean, required — Whether the SIP account is provisioned and ready for use.

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
