Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
http://username:password@host:portuser_id: 用户ID(字符串)user_type: 用户类型(数字,代表账号类型)register_region_id: 注册地区代码(如 "us")user_name: 用户名avatar: 头像信息对象uri: 头像资源URIurl_list: 头像图片URL列表permission_list: 权限列表(整数数组)partner_id: 合作伙伴IDpartner_name: 合作伙伴名称shop_account_official: 是否为官方认证店铺账号(布尔值)switch_info: 功能开关信息(如直播功能开关,字符串格式)tt_uid: TikTok UID(字符串)nick_name: 昵称live_streamer_menu_experiment: 直播菜单实验字段(字符串,可能为空)experiment_variants: 实验变种配置(对象)http://username:password@host:portuser_id: User ID (string)user_type: User type (integer, indicates account type)register_region_id: Registered region code (e.g., "us")user_name: Usernameavatar: Avatar info objecturi: Avatar resource URIurl_list: List of avatar image URLspermission_list: Permission list (list of integers)partner_id: Partner IDpartner_name: Partner nameshop_account_official: Whether it's an official shop account (boolean)switch_info: Feature switch info (e.g., live event switch, string format)tt_uid: TikTok UID (string)nick_name: Nicknamelive_streamer_menu_experiment: Live streamer menu experiment field (string, may be empty)experiment_variants: Experiment variant configurations (object){
"cookie": "your_cookie"
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_creator_account_info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string"
}'{
"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
}