BooyahDocs/docs/chatrooms/chatrooms.md
Fijxu f715c168a7 Added more api docs, changed few things 🖤
+ Added Curl request examples (chatrooms api)
+ Updated tree in the files of ./docs
2021-08-20 06:50:42 -04:00

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'