Check whether a specified business object is currently in the search blacklist under the current appKey.Input: bizType + bizId (numeric string)
Output: true means blacklisted and effective; false means not blacklisted or already removed
Request Code Samples
curl --location 'http://open.tabcut.com:8090/api/blacklist/check?bizType=creator&bizId=1234567890' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
application/json
{
"code": "200",
"message": "Success!",
"result": true,
"serverTime": "2026-05-07 14:00:00"
}
Modified at 2026-05-07 07:22:31