Authorizations
API key associated with your project/workspace
Path Parameters
The UUID associated with a project/workspace.
Unique customerID used to store the customer conversation.
Response
The ID associated with the conversation.
UUID associated with a workspace
Array containing conversation threads associated with the user identifier
{
"_id": "Conversation Id associated with the conversation.",
"workspace": "UUID associated with a workspace",
"messages" : [],
"attributes": {}
}