获取支持的国家地区列表/Get supported location list
[中文]#
用途:#
获取TikTok Creative Center 支持的国家/地区列表
可用于其他接口 country_code 参数的取值参考
返回内容说明:#
value: 国家/地区名称 (如 United States)
[English]#
Purpose:#
Get the list of countries/regions supported by TikTok Creative Center
Useful as a reference for the country_code parameter of other endpoints
Return Description:#
country: Country/region list, each item contains:id: Country/region code (e.g. US, JP)
value: Country/region name (e.g. United States)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/ads/get_location_list' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-13 22:00:38