Extension 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
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.