To fetch an existing chat/s

Use this API to fetch all the existing chat conversations associated with your userIdentifier from your backend.

GET https://api.rolkol.com/api/v1/conversation/workspace/{workspaceId}/{userIdentifier}

projectId in the url above is the unique project ID associated with your project.

HEADERS

Parameter
Type
Description

x-api-key

String

API key associated with your project

Path Params

Parameter
Type
Description

workspaceId

String

UUID associated with a workspace

userIdentifier

String

Unique customerID used to store the customer conversation.

Response body

Parameter
Type
Description

_id

String

Conversation Id associated with the conversation.

workspace

String

UUID associated with a workspace

attributes

Object

The user identifier

messages

Array

Array containing conversation threads associated with the user identifier

Last updated