iFlyChat
Home
GitHub
Dashboard
Search…
iFlyChat
Documentation
Installation
WordPress
Embed Chatroom in WordPress Post
Disable Popup Chat
Hide Popup Chat from a Page
Embed Inbox View
View Chat Logs
Guest User Access
Show/Hide Popup Chat On Specific Pages
WordPress Filters and Hooks
API Reference
Create a new chat room
Retrieve list of all chat rooms
Edit a chat room
Retrieve list of all online users
Kick a user from the chat
Retrieve list of all users online in a chat room
Delete a chat room
Retrieve Thread History
JavaScript SDK
Quickstart
Custom Label In Chat Window
User Chat Button Widget
Reference
Help
General
Embedded Chatroom
Feature Description
Chat Moderation
Powered By
GitBook
Retrieve list of all chat rooms
Learn how to retrieve the list of all chat rooms using iFlyChat REST API
post
https://api.iflychat.com
/api/1.1/rooms/list
Get the list of all chat rooms
Curl Command
This the sample curl command required to make HTTP request:
1
curl
-H
"Content-Type: application/json"
-X POST https://api.iflychat.com/api/1.1/rooms/list -d
"{
\"
api_key
\"
:
\"
Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW5
\"
}"
Copied!
API Reference - Previous
Create a new chat room
Next - API Reference
Edit a chat room
Last modified
2yr ago
Copy link
Contents
post
Get the list of all chat rooms
Curl Command