User Followers
Fetching a users followers through our API
GENERAL ENDPOINT
Returns a users followers
GET
https://kitkot.xyz/api/get_user/followers
Returns a list of users following the user you provide by sec_user_id
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 information about
page_token*
String
The page_token
you got in response from the previous request, which will give you the next page of followers
count
String
The amount of followers to fetch per page
Last updated