Skip to main content
POST
Create channel

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Channel name. Names longer than 50 characters are truncated.

Required string length: 1 - 50
description
string | null
Maximum string length: 600

Response

201 - application/json

Created channel

object
enum<string>
required
Available options:
channel
id
string
required
type
enum<string>
required
Available options:
channel
name
string
required
description
string | null
required
teamspace_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required