mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-24 18:23:13 -03:00
f715c168a7
+ Added Curl request examples (chatrooms api) + Updated tree in the files of ./docs
393 B
Executable file
393 B
Executable file
Chatrooms
Request Method: GET
- /chatrooms/
userID
= Get info about the channel chatroom, contains the list of moderators of the channel- Response Example: The response is too long to put here and contains to much sensitive information.
Curl Request
curl 'https://booyah.live/api/v3/chatrooms/12345678' \
-H 'booyah-session-key: yourbooyahsessionkey'