User Posts
Fetching a users posts through our API
GENERAL ENDPOINT
Returns posts posted by the user
GET
https://kitkot.xyz/api/get_user/posts
Returns the first x
count of posts you specify that the user has posted
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
max_cursor
String
The max_cursor
returned from the request you made before to fetch the next page of posts
Last updated