List all Channel allowlist members
Operation boundary
- Caller: Protected operator boundary only
Deprecated
GET
/channel/whitelistReturns an unbounded full list; missing or invalid channel_type is silently treated as 0.
Query Parameters
channel_id?string
Channel ID whose allowlist is read; this legacy endpoint does not validate the query parameter.
Default
""channel_type?integer
Channel type whose allowlist is read; parsed as uint8, with missing, invalid, or out-of-range text silently treated as 0.
Range
0 <= value <= 255Default
0Response Body
application/json
application/json
application/json
[ { "id": 0, "uid": "string" }]