v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
JEC

Create JEC Channel

Create JEC Channel

post/api/{cloudId}/v1/jec/channels

Request body

namestring required

Name of the JEC channel.

ownerIdstring required

Custom Owner ID.

ownerDomainstring required

Public owner domain. Must start with 'public_', contain only word characters (letters, digits, underscores), and be at most 20 characters long. Example: 'public_myteam'.

Example request

{
  "ownerDomain": "public_myteam"
}

Response

Returned if the request is successful.

idstring

ID of the JEC channel.

namestring

Name of the JEC channel.

ownerIdstring

Custom Owner ID.

ownerDomainstring

Public Owner Domain starts with 'public_'

authorAccountIdstring

ID of the author account.

apiKeystring

API Key to be configured in JEC client.