Skip to main content
GET
/
api
/
v1
/
bot
/
conversations
/
{id}
/
{type}
/
{chat_id}
Get chat history by chat id
curl --request GET \
  --url https://app.aptlystar.ai/api/v1/bot/conversations/{id}/{type}/{chat_id} \
  --header 'Authorization: <authorization>'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.aptlystar.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Path Parameters

id
string
required
type
enum<string>
required
Available options:
telegram,
discord,
whatsapp,
slack,
website
chat_id
string
required

Response

200 - undefined