Request
Add parameter in cookie session
Example:session: ********************
Add parameter in header New-Api-User
Example:New-Api-User: ********************
or
Add parameter in header Authorization
Example:Authorization: ********************
Add parameter in header New-Api-User
Example:New-Api-User: ********************
or
Body Params application/json
Request Code Samples
curl --location 'https://lizh.ai/api/channel/tag/disabled' \
--header 'Authorization;' \
--header 'New-Api-User: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"tag": "string"
}'
Responses
This response does not have a body.
Modified at 2026-06-03 19:08:41