Skip to main content
GET
Retrieve the channel connection settings for a specific app.

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

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

Response

successful operation

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.

Last modified on March 30, 2026