StateSet ReSponse API Documentation
Embeddings
Attributes
Function Parameters
Channels
Channels
Create Channel Thread
This endpoint creates a new channel thread
POST
/
v1
/
channel_thread
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
id
string
id
string
This is the ID of the channel thread to be created.
Body
id
string
This is the ID of the channel thread to be created.
Response
success
number
Indicates whether the call was successful. 1 if successful, 0 if not.