v1
latestOpenAPI 3.0.22026-07-1715222.2 KBExtension State
Get All State
Returns a single JSON object with fields for the current viewer/channel combination.
get/all_state
Response
All types of state for the current viewer.
Example response
{
"extension": {
"extension_name": "Awesome Extension"
},
"channel": {
"channel_color": "royalpurple"
},
"viewer": {
"last_broadcaster_request": "sing a song"
},
"extension_viewer": {
"accumulated_points": 123456
}
}