Entries
Request
curl --location --request GET 'https://publicapi.xenioo.com/peoples/conversations/<ID>' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \Response
[
{
"Id": "...",
"Source": 0,
"ControlType": 1,
"Date":"...",
"Parts":[
{
"Type":0,
"Text":"hello there!"
}
]
}
]Response Codes
Last updated
Was this helpful?