curl --request GET \
--url https://api.shareofmodel.ai/v1/auth/tiktok/callback \
--header 'Authorization: <api-key>'Callback endpoint for TikTok OAuth flow. This endpoint is organization and workspace agnostic - the organization_id and workspace_id are extracted from the signed state parameter for security. After successful authentication, redirects to the frontend redirect_uri with platform_integration_id as a query parameter. The platform integration is created automatically with the obtained credentials.
curl --request GET \
--url https://api.shareofmodel.ai/v1/auth/tiktok/callback \
--header 'Authorization: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Redirect to frontend redirect_uri with platform_integration_id query parameter. Format: {redirect_uri}?platform_integration_id={uuid}