Skip to content

Instantly share code, notes, and snippets.

@nickname55
Last active October 9, 2022 11:57
Show Gist options
  • Save nickname55/ac17699e5d2f42cb768128b33eb2f143 to your computer and use it in GitHub Desktop.
Save nickname55/ac17699e5d2f42cb768128b33eb2f143 to your computer and use it in GitHub Desktop.
flowXo api. get messages
GET https://flowxo.com/api/conversations/615c6b5e14fc0900a6556061%2Fc%2FMwvFx5eJp/messages?skip=0&limit=1000
Accept: application/json
Authorization: Bearer *****
[
{
"id": "633c33ea56f6db007e141f4a",
"role": "bot",
"conversation": "615c6b5e14fc0965a6556061/c/MwvFx4eJp",
"from": "610c6b5e14fc0930a6556061",
"agent_mode": false,
"type": "text",
"message": "Здравствуйте!",
"options": null,
"timestamp": "2022-10-04T18:18:18.403Z"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment