Is your feature request related to a problem? Please describe.
Yes. There is currently no way to manage the banned words list programmatically via API.
Describe the solution you'd like
I would like API endpoints to manage the banned words list, specifically:
GET - Retrieve the banned words list.
GET - Check if a specific word is currently banned.
POST - Add a new word to the banned list.
DELETE - Remove a word from the banned list.
Describe alternatives you've considered
Manually updating and checking the banned words list through the standard user interface.
Additional context
Please include webhooks or event listeners so the API can detect whenever a moderator or broadcaster manually adds or removes a word from the list.
Is your feature request related to a problem? Please describe.
Yes. There is currently no way to manage the banned words list programmatically via API.
Describe the solution you'd like
I would like API endpoints to manage the banned words list, specifically:
Describe alternatives you've considered
Manually updating and checking the banned words list through the standard user interface.
Additional context
Please include webhooks or event listeners so the API can detect whenever a moderator or broadcaster manually adds or removes a word from the list.