TikTok

TikTok is supported in Outstand through the Bring Your Own Key (BYOK) model. This allows you to use your own TikTok API credentials to connect your TikTok accounts and post content through Outstand's unified social media API.

Coming Soon

Detailed step-by-step instructions for obtaining TikTok API credentials are coming soon.

TikTok integration uses TikTok's Content Publishing API, which requires:

  • A TikTok Business or Creator account
  • Access to TikTok for Business developer portal
  • API application approval
  • Content posting permissions

In the meantime, if you need to configure TikTok integration, please contact our support team for assistance. We'll provide guidance on the TikTok developer application process.

Temporary Setup

To add your TikTok credentials to Outstand:

curl -X POST https://api.outstand.so/v1/social-networks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "network": "tiktok",
    "client_key": "YOUR_CLIENT_KEY_HERE",
    "client_secret": "YOUR_CLIENT_SECRET_HERE"
  }'

Next Steps

  • Contact support if you need immediate TikTok integration
  • Check back for detailed documentation soon
  • Review other platform configuration guides for similar setup workflows