get:
  tags:
    - All Resources
    - Videos
    - TikTok
  summary: 'Get TikTok Top 10 videos for ISRCS'
  operationId: tiktok_top.videos
  description: |
    Returns list of top 10 videos for ISRC or ISRC + related by views, views growths for 7 days, views growths for 28 days.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/isrc_required.yaml'
    - $ref: '../parameters/expand_to.yaml'
    - $ref: '../parameters/tiktok_top_video_top_by.yaml'
    - $ref: '../parameters/tiktok_top_video_limit.yaml'
  responses:
    200:
      $ref: '../responses/TikTokTopIsrcVideos.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'