Site channels

Configure site channels for your docs site.

Manage the channels used as origins for questions and answers in your site ask data.

The SiteChannel object

Attributes
anyOptional
or
and

The SiteChannel object

List all site channels for a site

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

Query parameters
pagestringOptional

Identifier of the page results to fetch.

limitnumber · max: 1000Optional

The number of results per page

Responses
chevron-right
200

OK

application/json
get
/orgs/{organizationId}/sites/{siteId}/channels
200

OK

Create a site channel

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

Body
anyOptional
or
and
Responses
post
/orgs/{organizationId}/sites/{siteId}/channels
201

Site channel created

Get a site channel

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

siteChannelIdstringRequired

The unique id of the site channel

Responses
chevron-right
200

OK

application/json
get
/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}
200

OK

Delete a site channel

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

siteIdstringRequired

The unique id of the site

siteChannelIdstringRequired

The unique id of the site channel

Responses
delete
/orgs/{organizationId}/sites/{siteId}/channels/{siteChannelId}

No content

Last updated

Was this helpful?