---
title: "Retrieve the channel connection settings for a specific app."
method: GET
path: "/crm/v3/extensions/calling/{appId}/settings/channel-connection"
tags: ["Basic"]
---

# Retrieve the channel connection settings for a specific app.

`GET /crm/v3/extensions/calling/{appId}/settings/channel-connection`

Access the current channel connection settings for the specified app.

## Path parameters

- `appId` integer, required

## Response `200`

successful operation

- ChannelConnectionSettingsResponse
  - `createdAt` string, date-time, required — The date and time when the channel connection settings were created.
  - `isReady` boolean, required — Indicates whether the channel connection settings are ready for use.
  - `updatedAt` string, date-time, required — The date and time when the channel connection settings were last updated.
  - `url` string, required — The URL associated with the channel connection settings.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-calling-extensions.md) · [All operations](https://skmtc.net/hubspot/apis/crm-calling-extensions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-calling-extensions/revisions/e6acf2573387/schema)
