Skip to main content
GET
/
social-media-posting
/
oauth
/
tiktok
/
start
Start TikTok OAuth
curl --request GET \
  --url https://services.leadconnectorhq.com/social-media-posting/oauth/tiktok/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer <token>"

Version
string
required
Example:

"2021-07-28"

Response

Redirect to TikTok login

Last modified on March 4, 2026