Zum Hauptinhalt springen
GET
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
channel-connection
Retrieve the channel connection settings for a specific app.
curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/channel-connection?hapikey='
{
  "createdAt": "2023-11-07T05:31:56Z",
  "isReady": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>"
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The unique identifier of the app for which the channel connection settings are to be retrieved.

Antwort

successful operation

createdAt
string<date-time>
erforderlich

The date and time when the channel connection settings were created.

isReady
boolean
erforderlich

Indicates whether the channel connection settings are ready for use.

updatedAt
string<date-time>
erforderlich

The date and time when the channel connection settings were last updated.

url
string
erforderlich

The URL associated with the channel connection settings.

Last modified on January 5, 2026