GET
/
v2
/
get-conversation
curl --request GET \
  --url https://api.assistable.ai/v2/get-conversation \
  --header 'Authorization: Bearer <token>'
{
  "messages": [
    {}
  ],
  "channel": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

location_id
string
required

Location ID

conversation_id
string
required

ID of the conversation to retrieve

Response

200 - application/json

Conversation details retrieved successfully

The response is of type object.