RumbleTalk RESTful API

If you're a developer looking to fully control your RumbleTalk group chats from your application, you've come to the right place. RumbleTalk RESTful API is a robust API that let's you control, configure, manage, and design your group chats without accessing the RumbleTalk administration panel.

With this RESTful API you'll be able to do the following:

  • Manage your chat rooms
  • Design your chat rooms
  • Manage your users and administrators
  • Ban and revoke bans of IP addresses
  • Read your chat messages
  • Send system messages to your chat rooms
  • And more!

Start by getting your key and secret. Detailed information on how to get them can be found in our authentication page.

Once you have your key and secret, you can use them to get an access token.
With an access token you can start making API requests.
You may also use our SDK to simplify the use of the API.