# Channel State
Channel state is an arbitrary json object that is sandboxed by Extension Client ID and Channel.
# Endpoint
GET /v1/e/channel_state
# Authorization
Requires Authorization Header.
# Response
{
<arbitrary-fields>
}
# Setting Channel State
# Endpoint
POST /v1/e/channel_state
# Authorization
Requires Authorization Header. Must be
broadcaster
or admin
signed.
# Request
The body to this endpoint should be a JSON object. This JSON object should be less than 500kb in size.
# Response
{}