I am developing a Chrome extension for Kick.com to streamline the unban process and help users reach streamers with their requests. Since retrieving a specific user’s message history in a channel is not supported in API V1, I need to build the extension using API V2. Specifically, I’ll be fetching user messages via the endpoint:
v2/channels/{c_id}/user/{user_id}?cursor={value}
Is there any problem about using this extension for a kick user in kick.com?