Skip to content

Add API endpoints and webhooks for the Banned Words list #388

@Runemker

Description

@Runemker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions