---
title: "Tiktok Endpoint"
method: POST
path: "/tiktok"
---

# Tiktok Endpoint

`POST /tiktok`

## Request body

- TikTokAdsRequest
  - `company_domain` string, required
  - `api_key` string, required
  - `email` string, required
  - `influencer_ads` boolean, nullable
  - `continuation_tokens` object, nullable
  - `webhook_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/adyntel/apis/fastapi.md) · [All operations](https://skmtc.dev/adyntel/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyntel/fastapi/revisions/b73c5b036e35/schema)
