List all Channel allowlist members
Deprecated
GET
/channel/whitelistReturns an unbounded full list; missing or invalid channel_type is silently treated as 0.
Query Parameters
channel_id?string
Unvalidated Channel ID used by the legacy full-list route.
Default
""channel_type?integer
Parsed as uint8; missing or invalid text is silently treated as 0.
Range
0 <= value <= 255Default
0Response Body
application/json
application/json
application/json
[ { "id": 0, "uid": "string" }]