Skip to main content
POST
Create new 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 for which new channel connection settings are to be created.

Body

application/json
isReady
boolean
required

Indicates whether the channel connection settings are ready.

url
string
required

The URL associated with the channel connection settings.

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 31, 2026