Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
country: 支持的国家/地区列表id: 国家代码value: 国家名称industry: 支持的行业列表id: 行业IDvalue: 行业名称{
"code": 200,
"router": "/api/v1/tiktok/ads/get_hashtag_filters",
"params": {},
"data": {
"country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"},
{"id": "JP", "value": "Japan"}
],
"industry": [
{"id": "27000000000", "value": "Games"},
{"id": "19000000000", "value": "E-commerce"},
{"id": "10000000000", "value": "Education"}
]
}
}country: List of supported countries/regionsid: Country codevalue: Country nameindustry: List of supported industriesid: Industry IDvalue: Industry name{
"code": 200,
"router": "/api/v1/tiktok/ads/get_hashtag_filters",
"params": {},
"data": {
"country": [
{"id": "US", "value": "United States"},
{"id": "UK", "value": "United Kingdom"},
{"id": "JP", "value": "Japan"}
],
"industry": [
{"id": "27000000000", "value": "Games"},
{"id": "19000000000", "value": "E-commerce"},
{"id": "10000000000", "value": "Education"}
]
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/tiktok/ads/get_hashtag_filters' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}