Please provide an API for the new "Unban Request" system
So that third party developers can be notified of new unban request
And that third party developers can respond to those unban requests, the same way as you can on the moderator view

-
Flonou commented
Just like the ban api allows to get the ban, user and reason, I would like to be able to be notified when a request has been answered
-
tduva commented
Please make sure that channel moderators have access to this as well, not just with a broadcaster token. This allows moderators to make use of clientside moderation tools.
-
Kohlrak commented
Twitch API needs revamped on the whole: a single unified documentation that purges the old pages would be nice. Google anything and you get old versions. It's actually pretty annoying to get started with.
-
PosadaBot commented
For pubsub, the following topics exist but should be officially documented:
channel-unban-requests.<user-id>.<channel-id>
user-unban-requests.<user-id>.<channel-id>(and the channel version would be a higher priority for my use case)
-
CommanderRoot commented
@itmkoeln An API to handle incoming unban requests doesn't have to mean an API to file unban requests. You can have things like approving and denying but not having the ability to create requests.
-
itmkoeln commented
If they provide an API for this expect Spam Bots autofile UNBAN ME Pls request... it is even less usefull than implementing it at all...
I banned serval hundred users over the past year. And unbanned: 5. Out of the 5, 3 were ultimatively banned shortly after again and 2 were banned as innocent casulties in a spam bot attack...
-
BrandinArsenault commented
+1 for webhook too
-
BarryCarlyon commented
Yeah Webhook/pubsub the whole 9 yards
-
PosadaBot commented
Webhook would be cool too