Comment on page

Retrieve Thread History

Learn how to retrieve history of a particular chat room
post
https://api.iflychat.com
/api/1.1/threads/get
Get messages of a chat room

Curl Command

This the sample curl command required to make HTTP request:
curl -H "Content-Type: application/json" -X POST https://api.iflychat.com/api/1.1/threads/get -d
"{\"api_key\": \"Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW5\", \"room_id\": \"5\", \"start_timestamp\": \"1433142614\",
\"end_timestamp\": \"1433154346\", \"limit\": \"3\"}"