cURL
curl --request GET \ --url https://api.assistable.ai/v2/get-conversation \ --header 'Authorization: Bearer <token>'
{ "messages": [ {} ], "channel": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Location ID
ID of the conversation to retrieve
Conversation details retrieved successfully
The response is of type object.
object