> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Influencer Milestones

> Retrieve milestone and achievement data for a TikTok influencer, showing historical growth markers and key follower milestones.

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">2 credits</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/tiktok/influencer/milestones.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/tiktok/influencer/milestones

Description: Retrieve milestone and achievement data for a TikTok influencer, showing historical growth markers and key follower milestones.

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- user_id (Required): Creator user ID (numeric string). Example: 6754281736047723521

Example Response:
{
"code": 0,
"message": "success",
"data": {
"milestone_list": [
  {
    "creator_summary": {
      "message": {
        "data_source": 1,
        "status": 1,
        "timestamp": 1762855755
      },
      "value": "53 posts published, with an average of 2.2M views per post. Top words used in titles: alhamdulillah sehat, ya gaes. Top posts you can learn from:"
    },
    "milestone": 6,
    "milestone_month_day": {
      "message": {
        "data_source": 1,
        "status": 1,
        "timestamp": 1762855755
      },
      "value": "3/21"
    },
    "milestone_title": {
      "message": {
        "data_source": 1,
        "status": 1,
        "timestamp": 1762855755
      },
      "value": "Reached 1M followers"
    },
    "milestone_year": {
      "message": {
        "data_source": 1,
        "status": 1,
        "timestamp": 1762855755
      },
      "value": "2022"
    },
    "top_3_items": [
      {
        "message": {
          "data_source": 1,
          "status": 1,
          "timestamp": 1762855755
        },
        "value": {
          "aweme_id": "7055898539657792770",
          "aweme_type": 0,
          "create_time": 1642829401,
          "desc": "@juletrulala akhirnya BABY J udah lahir.. Alhamdulillah sehat mama dan adenya, makasih doanya ya semuanya",
        
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/tiktok.openapi.json GET /v1/tiktok/influencer/milestones
openapi: 3.0.1
info:
  title: Tiktok API english documentation
  description: >-
    The english reference documentation of the Tiktok API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security: []
tags:
  - name: TikTok Influencer
  - name: TikTok Shop
  - name: TikTok Content
  - name: TikTok Intelligence
paths:
  /v1/tiktok/influencer/milestones:
    get:
      tags:
        - TikTok Influencer
      summary: Get Influencer Milestones
      description: >-
        Retrieve milestone and achievement data for a TikTok influencer, showing
        historical growth markers and key follower milestones.
      operationId: get_api_v3_realtime_influencer_milestones_insight
      parameters:
        - name: user_id
          in: query
          required: true
          schema:
            type: string
            example: '6754281736047723521'
            default: '6754281736047723521'
          example: '6754281736047723521'
          description: Creator user ID (numeric string)
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties: {}
                description: >-
                  Real-time data without field descriptions, interfaces are all
                  native TikTok return content
                example:
                  code: 0
                  message: success
                  data:
                    milestone_list:
                      - creator_summary:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: >-
                            53 posts published, with an average of 2.2M views
                            per post. Top words used in titles: alhamdulillah
                            sehat, ya gaes. Top posts you can learn from:
                        milestone: 6
                        milestone_month_day:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: 3/21
                        milestone_title:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: Reached 1M followers
                        milestone_year:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: '2022'
                        top_3_items:
                          - message:
                              data_source: 1
                              status: 1
                              timestamp: 1762855755
                            value:
                              aweme_id: '7055898539657792770'
                              aweme_type: 0
                              create_time: 1642829401
                              desc: >-
                                @juletrulala akhirnya BABY J udah lahir..
                                Alhamdulillah sehat mama dan adenya, makasih
                                doanya ya semuanya
                              statistics:
                                collect_count: 23937
                                comment_count: 21554
                                digg_count: 1728616
                                play_count: 11610630
                                share_count: 6748
                              video:
                                cover:
                                  url_list:
                                    - >-
                                      https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/abe0c8ed1b9941bba178e27399b4f34c_1642829405~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=ecd432ee&x-expires=1762941600&x-signature=2Lo%2FoRuPC4sbvfRTUjUiaIpITzI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                    - >-
                                      https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/abe0c8ed1b9941bba178e27399b4f34c_1642829405~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=d473bb91&x-expires=1762941600&x-signature=er%2FqVDrk0LdIvjeu3SBQMgADLfI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                duration: 34270
                                height: 960
                                play_addr:
                                  url_list:
                                    - >-
                                      https://v16m.tiktokcdn-us.com/8ca5b5b09e01d04a199f5e17c3087acd/69135fcd/video/tos/alisg/tos-alisg-pve-0037/e8964af590bf409996550c36c05e2b69/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=2170&bt=1085&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=aGdnNzY6ZDo4NjczZmRlO0BpamlmODU6ZmpzOjMzODgzNEAuLi0wNDMtNl8xMDAuYzYzYSM2Zy4wcjRvYGlgLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e00088000
                                    - >-
                                      https://v19.tiktokcdn-us.com/97ee36a7f13ef96496d22f076937e59a/69135fcd/video/tos/alisg/tos-alisg-pve-0037/e8964af590bf409996550c36c05e2b69/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=2170&bt=1085&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=aGdnNzY6ZDo4NjczZmRlO0BpamlmODU6ZmpzOjMzODgzNEAuLi0wNDMtNl8xMDAuYzYzYSM2Zy4wcjRvYGlgLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e00088000
                                    - >-
                                      https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?faid=1180&file_id=689bfa1c303443b5970a6773340d1d1e&is_play_url=1&item_id=7055898539657792770&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjEyYjFmNWNkZGEzOGQ0ZTZlMWFmYjE0NjI0MzlkODUz&source=CREATION_INSPIRATION&video_id=v10025g50000c7lpcgrc77u2351cjf9g
                                width: 540
                          - message:
                              data_source: 1
                              status: 1
                              timestamp: 1762855755
                            value:
                              aweme_id: '7076083954343742721'
                              aweme_type: 0
                              create_time: 1647529182
                              desc: '#senyumpalsu'
                              statistics:
                                collect_count: 8852
                                comment_count: 1205
                                digg_count: 733957
                                play_count: 10608794
                                share_count: 1411
                              video:
                                cover:
                                  url_list:
                                    - >-
                                      https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ccc3173e20ba44c888232595421f55e5~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=32b60a13&x-expires=1762941600&x-signature=u06hijPEAeUN873MFQS7dpOCtqM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                    - >-
                                      https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/ccc3173e20ba44c888232595421f55e5~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=e801d3a4&x-expires=1762941600&x-signature=bU8Crdc5S%2FgAA982YzsQ1XTPbLQ%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                duration: 10400
                                height: 960
                                play_addr:
                                  url_list:
                                    - >-
                                      https://v16m.tiktokcdn-us.com/ad445403a313dcb233d9936cbae073f7/69135fb5/video/tos/alisg/tos-alisg-pve-0037/e2a2bd2a35b046589c6213474ccb98c0/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=1988&bt=994&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=Omg8ZmU0Zmg3ZjhmOWU3OEBpamhxdmc6ZnBuOzMzODgzNEBjLTVjMmJiXy0xXzVeMjAuYSNwMWY2cjQwbW1gLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b0000
                                    - >-
                                      https://v19.tiktokcdn-us.com/bda84181ef166bcc6113e88ab1ddc63f/69135fb5/video/tos/alisg/tos-alisg-pve-0037/e2a2bd2a35b046589c6213474ccb98c0/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=1988&bt=994&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=Omg8ZmU0Zmg3ZjhmOWU3OEBpamhxdmc6ZnBuOzMzODgzNEBjLTVjMmJiXy0xXzVeMjAuYSNwMWY2cjQwbW1gLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b0000
                                    - >-
                                      https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?faid=1180&file_id=15345ba68cb54c04beece15bfc890ef7&is_play_url=1&item_id=7076083954343742721&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjgyYjQ3NWE4MTBhMzRiNTUwMjg1NmM4MzllODlhZTZj&source=CREATION_INSPIRATION&video_id=v10025g50000c8pkpm3c77ud9sin4esg
                                width: 540
                          - message:
                              data_source: 1
                              status: 1
                              timestamp: 1762855755
                            value:
                              aweme_id: '7017452444707753218'
                              aweme_type: 0
                              create_time: 1633877970
                              desc: '@juletrulala #semuacowoksamaja'
                              statistics:
                                collect_count: 13415
                                comment_count: 5826
                                digg_count: 918580
                                play_count: 9211801
                                share_count: 2147
                              video:
                                cover:
                                  url_list:
                                    - >-
                                      https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/6b7d482f1f5e4306b53f6fb3e7143ca1_1633877971~tplv-tiktokx-dmt-logoccm:300:400:tos-alisg-pv-0037/680bf3b365024d5eabfbf4ccf9e16cb5.jpeg?dr=9639&refresh_token=679f26e2&x-expires=1762941600&x-signature=7Ozm2nYV40mgEMtRG0fP2kZOX3g%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                    - >-
                                      https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/6b7d482f1f5e4306b53f6fb3e7143ca1_1633877971~tplv-tiktokx-dmt-logoccm:300:400:tos-alisg-pv-0037/680bf3b365024d5eabfbf4ccf9e16cb5.jpeg?dr=9639&refresh_token=89c11441&x-expires=1762941600&x-signature=XD9qOObqhiTJdzWCSbyUshblOXk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                duration: 27211
                                height: 960
                                play_addr:
                                  url_list:
                                    - >-
                                      https://v16m.tiktokcdn-us.com/cbc40a35607954f9ffbafd61c40e8c9c/69135fc6/video/tos/alisg/tos-alisg-pve-0037/9e2d512158c745cc9279ac5f383ba3f5/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=1596&bt=798&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=Nzs1aTw7ZjQ2Mzs8Ozs3ZEBpanlteTg6ZmRpODMzODgzNEBhYC42YDUvNTQxXzMvNjMtYSNjazU1cjRnbWVgLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b8000
                                    - >-
                                      https://v19.tiktokcdn-us.com/38c61b1f4a219c2fa0b51d47d9e2953d/69135fc6/video/tos/alisg/tos-alisg-pve-0037/9e2d512158c745cc9279ac5f383ba3f5/?a=567753&bti=Ojo6QGo4NXYpNzo5Zi4zLmAjMDptNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=1596&bt=798&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=Nzs1aTw7ZjQ2Mzs8Ozs3ZEBpanlteTg6ZmRpODMzODgzNEBhYC42YDUvNTQxXzMvNjMtYSNjazU1cjRnbWVgLS1kLy1zcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b8000
                                    - >-
                                      https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?faid=1180&file_id=0a64982869b84073812c88c99f12c8d4&is_play_url=1&item_id=7017452444707753218&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjlhMDYzMGRjNDNiMTQ0ZGQ1YjlhODUxZTcxNDRlY2M4&source=CREATION_INSPIRATION&video_id=v10025g50000c5hfpajc77u58v8jnvfg
                                width: 540
                      - creator_summary:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: >-
                            1 post published, with an average of 802.5K views
                            per post. Top post you can learn from:
                        milestone: 5
                        milestone_month_day:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: 7/24
                        milestone_title:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: Reached 500K followers
                        milestone_year:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: '2021'
                        top_3_items:
                          - message:
                              data_source: 1
                              status: 1
                              timestamp: 1762855755
                            value:
                              aweme_id: '6914264659428134146'
                              aweme_type: 0
                              create_time: 1609852693
                              desc: '@gabutttt237 님에게 회신 iya benar'
                              statistics:
                                collect_count: 960
                                comment_count: 1140
                                digg_count: 41853
                                play_count: 817615
                                share_count: 132
                              video:
                                cover:
                                  url_list:
                                    - >-
                                      https://p16-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/70af4045dca24e1daf2963abfb763798~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=3123b0ca&x-expires=1762941600&x-signature=M8H5SRFvLCeAd8Z9oEPrKztcmRk%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                    - >-
                                      https://p19-common-sign.tiktokcdn-us.com/tos-alisg-p-0037/70af4045dca24e1daf2963abfb763798~tplv-tiktokx-cropcenter:300:400.jpeg?dr=9640&refresh_token=1331c784&x-expires=1762941600&x-signature=oKzfc1Audbb%2B85qrKFT5NQjtGQA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast5&s=CREATION_INSPIRATION
                                duration: 5803
                                height: 960
                                play_addr:
                                  url_list:
                                    - >-
                                      https://v16m.tiktokcdn-us.com/1f8bfef91d68cf9a02e0f843883a3d2d/69135fb0/video/tos/alisg/tos-alisg-pve-0037c001/cfe9489321a84e10a6d88efbd5c33df2/?a=567753&bti=ODV2KTQ5NGYpNzo5ZjA6bTQ0NDpkNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=2286&bt=1143&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=NGk5ZjQzZGU4Z2Y8NDxmZkBpamk7djc3dzc5eTMzOTgzM0BhYzNgYTZgXjQxLzUuY14wYSMzay5vZjBrYm5fLS0yLzRzcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b0000
                                    - >-
                                      https://v19.tiktokcdn-us.com/66e2383d13cfa1fde9943d1b7b030ef5/69135fb0/video/tos/alisg/tos-alisg-pve-0037c001/cfe9489321a84e10a6d88efbd5c33df2/?a=567753&bti=ODV2KTQ5NGYpNzo5ZjA6bTQ0NDpkNDQwOg%3D%3D&ch=0&cr=0&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C0&cv=1&br=2286&bt=1143&cs=0&ds=6&ft=GSDrKInz7Th1P39PXq8Zmo&mime_type=video_mp4&qs=0&rc=NGk5ZjQzZGU4Z2Y8NDxmZkBpamk7djc3dzc5eTMzOTgzM0BhYzNgYTZgXjQxLzUuY14wYSMzay5vZjBrYm5fLS0yLzRzcw%3D%3D&vvpl=1&l=20251111100915776FB508EABED601250A&btag=e000b0000
                                    - >-
                                      https://api16-normal-useast5.tiktokv.us/aweme/v1/play/?faid=1180&file_id=3cacf911892c4d75abca90d1cc66ffd1&is_play_url=1&item_id=6914264659428134146&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmQ3ZjFhNTliZDc2ODc3MTkyZDZkYzYzZmRlOTA5NWRi&source=CREATION_INSPIRATION&video_id=v07025560000bvq6e4nt34i4rs18nf6g
                                width: 540
                      - creator_summary:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: No public data to display
                        milestone: 4
                        milestone_month_day:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: 8/30
                        milestone_title:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: Reached 100K followers
                        milestone_year:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: '2020'
                      - creator_summary:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: No public data to display
                        milestone: 3
                        milestone_month_day:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: 4/15
                        milestone_title:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: Reached 10K followers
                        milestone_year:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: '2020'
                      - creator_summary:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: ''
                        milestone: 1
                        milestone_month_day:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: 11/7
                        milestone_title:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: Started posting on TikTok
                        milestone_year:
                          message:
                            data_source: 1
                            status: 1
                            timestamp: 1762855755
                          value: '2019'
                    creator_info:
                      avatar_url: >-
                        https://p19-common-sign.tiktokcdn-us.com/tos-alisg-avt-0068/e9192c14d4b29f3e2db7b6c2f1528f69~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=4821ea25&x-expires=1763028000&x-signature=l2nc5KT5CvPwF0RCtg4QwWbpxdo%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=ec17040c&idc=useast5
                      follower_count: 7315828
                      like_count: 303955500
                      message:
                        data_source: 1
                        status: 1
                        timestamp: 1762855755
                      nickname: AA Daehoon 대훈
                      sec_user_id: >-
                        MS4wLjABAAAA-b6EL7JH9e1GbN1Z3HKQDV1YUsuxIEZCxAvnRiPuDPxu4CDcN41MbhuUEhH8Oq3u
                      unique_id: aadaehoon
                  requestId: dc2ad388-d952-4d08-b028-00f1b68a0eed
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/tiktok/influencer/milestones?user_id=6754281736047723521' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/tiktok/influencer/milestones',
                params={"user_id": "6754281736047723521"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"user_id":
            "6754281736047723521"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/tiktok/influencer/milestones?${params}`,
            {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````