User Story
Fetch the story off a user
PREMIUM ENDPOINT
Gets the story a user has posted
GET
https://kitkot.xyz/api/get_user/story
Returns the stories that the user_id(s)
have posted on their page
Query Parameters
Name
Type
Description
api_key*
String
The api_key
you got when purchasing our service
user_id*
String
The user_ids
of the users to get the story from, this can be multiple users. To fetch multiple stories seperate the user_id
by commas:
userid1,userid2,userid3
session_key*
String
The session_key
you got from our login endpoint
Last updated