Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to the TikTok for Developers portal and create an app. Under Login Kit, add your redirect URI:Scopes
Default scopes:user.info.basic
| Scope | What it unlocks |
|---|---|
user.info.basic | Display name and avatar |
user.info.profile | Profile URL and bio |
user.info.stats | Follower and video counts |
TikTok Login Kit requires app review before production use. During development you can test with sandbox accounts added to your app’s tester list.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/tiktok | Redirect to TikTok |
| GET | /auth/oauth/callback/tiktok | Handle callback |