Skip to main content
POST
Create Conversation

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string<uuid>
required

Body

application/json
name
string
required
settings
ConversationSettings · object | null
added_on
string<date-time>

The creation timestamp of the conversation

modified_on
string<date-time>

The modification timestamp of the conversation

Response

Successful Response

id
string<uuid>
required
name
string
required
deleted_on
string<date-time> | null
required
settings
ConversationSettings · object | null
required
added_on
string<date-time>

The creation timestamp of the conversation

modified_on
string<date-time>

The modification timestamp of the conversation