Session
Fetch the information about a session
PREMIUM ENDPOINT
Fetch the information about a session_key
GET https://kitkot.xyz/api/session
Fetch a tiktok session by a session_key returned from our login endpoint
Query Parameters
Name
Type
Description
api_key*
String
The api_key you got when purchasing our service
session_key*
String
The session_key returned by our server
{
code: 200,
msg: 'success',
region: '',
email: '',
screen_name: '',
phone: '',
is_verified: false,
user_id: '',
sec_user_id: '',
profile_picture: '',
session_key: '',
need_device_create: {
code: 0,
msg: ''
},
is_new_user: 0,
cloud_token: '',
connects: []
}{
'code': 400,
'msg': 'Too many attempts, try again later'
}Last updated