Edit Profile

Edits your current tiktok profile

PREMIUM ENDPOINT

Edit the profile of your current session

GET https://kitkot.xyz/api/profile/edit

Edits your tiktok profile using the session_key you provide

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

signature

String

The signature to update to

unique_id

String

The unique_id to update to

nickname

String

The nickname to update to

bio_url

String

The bio_url to update to

{
  code: 200,
  updated_user: {
    short_id: '0',
    nickname: '',
    avatar_larger: {
      uri: '',
      url_list: [Array]
    },
    avatar_medium: {
      uri: '',
      url_list: [Array]
    },
    secret: 0,
    twitter_id: '',
    apple_account: 0,
    video_icon_virtual_URI: '',
    uid: '',
    verification_type: 0,
    youtube_channel_title: '',
    avatar_thumb: {
      uri: '',
      url_list: [Array]
    },
    unique_id: '',
    share_qrcode_uri: '',
    google_account: '',
    twitter_name: '',
    signature: '',
    ins_id: '',
    youtube_channel_id: '',
    navi_id: '',
    avatar_uri: ''
  }
}

Last updated