getActiveExtensions

suspend fun getActiveExtensions(userId: String? = null): ActiveExtensions

Twitch API: Get User Active Extensions

Gets the active extensions that the broadcaster has installed for each configuration slot (panel, overlay, or component). If the user_id query parameter is not provided, the user ID in the access token identifies the broadcaster.

Return

the active extensions organized by type (panel, overlay, component).

Parameters

userId

the ID of the broadcaster whose active extensions you want to get. This parameter is optional. If not specified, the user ID from the access token is used.