User Liked Videos
Fetching a users liked videos through our API
GENERAL ENDPOINT
Returns posts liked by the user
GET
https://kitkot.xyz/api/get_user/liked_videos
Returns posts that the user has liked
Query Parameters
Name
Type
Description
api_key*
String
The api_key
you got when purchasing our service
sec_user_id*
String
The sec_user_id
of the user to fetch posts off
count
String
The amount of videos to fetch
max_cursor
String
The max_cursor
returned from your request before to fetch the next page of liked videos
Last updated