--- id: tiktok-business-api-sdk-official version: "1.1.3" license: unclear license_treatment: permissive maintenance: active --- # tiktok-business-api-sdk-official — TikTok Business API SDK License: permissive · Maintenance: active · Downloads: 166.7K/mo ## What it is and what it does This is an auto-generated Python SDK for TikTok's Business API, built from Swagger specifications. It wraps HTTP endpoints for app management, advertising campaigns, and conversion event configuration into Python classes and methods. The package handles authentication, request serialization, and response parsing, so you can call TikTok's API methods directly from Python code rather than constructing raw HTTP requests. The SDK is maintained by TikTok and covers endpoints for creating and listing apps, configuring optimization goals and placements, retrieving conversion events, and managing app retargeting. It depends on urllib3, six, certifi, and python-dateutil for HTTP transport and date handling. The package requires Python 3.4 or later and is actively developed. Use it for: - Automate app creation and management for TikTok advertising campaigns from a Python backend. - Retrieve conversion event configurations and optimization goals for app promotion campaigns. - Build dashboards or reporting tools that query TikTok app and advertiser data via the Business API. - Integrate TikTok app retargeting events into a multi-channel marketing automation platform. - Programmatically configure ad placements and objectives for TikTok campaigns at scale. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python client libraries for the TikTok Business API, enabling programmatic access to app management, advertising, and conversion event operations. Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and provides low-friction access to TikTok's Business API. Install it if you need to integrate TikTok app management or advertising into a Python application. The main prerequisite is having valid TikTok Business API credentials. ## Install pip install tiktok-business-api-sdk-official uv add tiktok-business-api-sdk-official poetry add tiktok-business-api-sdk-official ## Installing tiktok-business-api-sdk-official Before you install: Low install friction with standard dependencies (urllib3, six, certifi, python-dateutil). Package is actively maintained with recent commits and no known vulnerabilities. License in practice: MIT license permits commercial and private use with minimal restrictions, making it suitable for most integration scenarios. Quickstart: pip install tiktok-business-api-sdk-official from tiktok_business_api_sdk_official import APPManagementApi, ApiClient api_instance = APPManagementApi(ApiClient(configuration)) api_response = api_instance.app_list(advertiser_id, access_token) Requires valid TikTok Business API credentials (advertiser_id and access_token) to make authenticated requests. Verify before relying: - Whether the SDK covers all current TikTok Business API endpoints or only a subset. - Support status for Python 2.7 mentioned in description despite requires_python showing >=3.4. - Frequency and scope of updates relative to TikTok API changes. - Actual runtime behavior and completeness of auto-generated API coverage. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 166.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tiktok business api python client, tiktok ads api sdk, tiktok app management api, tiktok conversion events api, tiktok business integration, tiktok advertising api python, api-client, tiktok-integration, advertising-api [View on SkillFed](https://skillfed.io/packages/tiktok-business-api-sdk-official) · [View on PyPI](https://pypi.org/project/tiktok-business-api-sdk-official/)