1. Search Blacklist
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item - Search V2
      • Item Basic
      • Item Specifications
      • Item Video List
      • Item Video List V2
      • Item Video List V3
      • Item Video Statistics V2
      • Item Creator List
      • Item Creator List V2
      • Item Creator List V3
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Mode Distribution V2
      • Item Sales Channels Distribution
      • Item Sales Channels Distribution V2
      • Item Live Room List
      • Item Live Room List V2
      • Item Live Room List V3
      • Item Live Statistics
      • Item Live Statistics V2
      • Item Creator Statistics
      • Item Creator Statistics V2
    • Item Creator
      • Item Creator Search
      • Item Creator Search V2
      • Item Creator Search V3
      • Item Creator Statistic
      • Item Creator Statistic V2
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Items V2
      • Item Creator Items V3
      • Item Creator Item Category
      • Item Creator Item Category V2
      • Item Creator Item Category V3
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video Category V2
      • Item Creator Video List
      • Item Creator Video List V2
      • Item Creator Video Detail
      • Item Creator Trend
      • Item Creator Live List V2
      • Creator AI Insight Metrics
      • Item Creator Seller List
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Search V3
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Statistics V2
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Seller - Item List V1
      • Seller - Item List V2
      • Video Category List
      • Video List
      • Live Streaming List
      • Seller - Creator List V1
      • Seller - Creator List V2
    • Item Video
      • Video Search
      • Video - Search V2
      • Item Video Basic
      • Video - Period Statistics
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
      • Item Video Item List V3
    • Category
      • Category - Potential Categories
      • Category - Market GMV Trend
      • Category - Top10 Categories
    • Hashtag
      • Hashtag Search
      • Hashtag Search V2
      • Topic Rank
      • Topic Basic Info
      • Topic Basic Info V2 (Period Aggregation)
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
      • Topic Associated Video list V2
    • Live
      • Live Room Search
      • Live Room Basic Information
      • Product Category List
      • Product List
      • Product List V2
      • Live Room Trend
    • Data Expand
      • Data Expand - Manual Update
  • Meta APIs
    • Translation of Item category names
    • Search Blacklist
      • Search Blacklist - Block
        POST
      • Search Blacklist - Check
        GET
      • Search Blacklist - List
        GET
      • Search Blacklist - Unblock
        POST
    • Country List
      GET
    • Item Category List
      GET
    • Tiktok Category List
      GET
    • Metadata - Language List
      GET
    • Metadata - Country List
      GET
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Search Blacklist

Search Blacklist - List

GET
/api/blacklist/list
Query effective search blacklist records under the current appKey and specified business type with pagination.
bizType is required
bizId is optional; if provided, an exact business object is queried
Only effective blacklist records under the current appKey are returned
pageNo defaults to 1, pageSize defaults to 20, and the maximum pageSize is 1000

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'http://open.tabcut.com:8090/api/blacklist/list?bizType=creator&bizId=1234567890&pageNo=1&pageSize=20' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "total": 18,
        "pageNo": 1,
        "pageSize": 20,
        "data": [
            {
                "bizType": "string",
                "bizId": "string",
                "reason": "string",
                "gmtCreate": "2026-05-07T14:00:00"
            }
        ]
    },
    "serverTime": "2026-05-07 14:00:00"
}
Modified at 2026-05-07 07:22:41
Previous
Search Blacklist - Check
Next
Search Blacklist - Unblock
Built with