Account Inbox
Fetches your accounts inbox
PREMIUM ENDPOINT
Fetch the inbox of your tiktok account
GET https://kitkot.xyz/api/profile/inbox
Returns your accounts inbox
Query Parameters
Name
Type
Description
api_key*
String
The api_key you got when purchasing our service
session_key*
String
The session_key you got from our login endpoint
{
code: 200,
msg: 'success',
data: {
follow_request: { count: 0, from_users: [] },
live_message: [],
report_inbox: null,
show_following_popup: false,
tiktok_shop_inbox: null,
top_live: { avatar_list: [], enable: false }
}
}{
'code': 400,
'msg': "Login Expired"
}Last updated
