---
title: "Count connections"
method: GET
path: "/connections/count"
tags: ["Connections"]
---

# Count connections

`GET /connections/count`

Returns the number of connections associated with the authenticated user, grouped by connection type, together with the connection limits that apply to the user. Forward-only connections are excluded from the counts.

## Response `200`

Successful response with connection counts and limits.

- object
  - `data` ConnectionsCount, required
    - `record_type` string, required — Identifies the type of the resource.
    - `counts` object, required — Counts of the authenticated user's connections, grouped by connection type. Forward-only connections are excluded.
      - `ip_connections` integer, required — Number of IP connections.
      - `credential_connections` integer, required — Number of credential connections.
      - `uac_connections` integer, required — Number of UAC connections.
      - `fqdn_connections` integer, required — Number of FQDN connections.
      - `call_control_applications` integer, required — Number of Call Control applications.
      - `texml_applications` integer, required — Number of TeXML applications.
      - `third_party_provider_connections` integer, required — Number of third-party provider connections.
      - `external_connections` integer, required — Number of external connections.
      - `fax_connections` integer, required — Number of Fax applications.
      - `mobile_voice_connections` integer, required — Number of mobile voice (IMS) connections.
      - `microsoft_teams_sbc_connections` integer, required — Number of Microsoft Teams SBC (direct routing) connections.
      - `zoom_sbc_connections` integer, required — Number of Zoom SBC connections.
      - `operator_connect_connections` integer, required — Number of Microsoft Operator Connect connections.
    - `limits` union, required — Connection limits that apply to the user. Contains a single global_limit when a global connection limit applies, or per-type limits (standard_limit, texml_limit and uac_limit) when the user has per-type connection count capabilities.
      - object
        - `global_limit` integer, required — Maximum total number of connections allowed, when a global limit applies.
      - object
        - `standard_limit` integer, required — Maximum number of standard connections allowed, when per-type limits apply.
        - `texml_limit` integer, required — Maximum number of TeXML applications allowed, when per-type limits apply.
        - `uac_limit` integer, required — Maximum number of UAC connections allowed, when per-type limits apply.

## Other responses

- `401` — Unauthorized

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/connections/count/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/e0de72cf4744?raw)
