---
title: "Get TikTok creator info"
method: GET
path: "/v1/accounts/{accountId}/tiktok/creator-info"
tags: ["Accounts"]
---

# Get TikTok creator info

`GET /v1/accounts/{accountId}/tiktok/creator-info`

Returns TikTok creator details, available privacy levels, posting limits, and commercial content options for a specific TikTok account. Only works with TikTok accounts.

## Path parameters

- `accountId` string, required

## Query parameters

- `mediaType` 'video' | 'photo'

## Response `200`

TikTok creator info and posting options

- object
  - `creator` object
    - `nickname` string — Creator display name
    - `avatarUrl` string — Creator avatar URL
    - `isVerified` boolean — Whether the creator is verified
    - `canPostMore` boolean — Whether the creator can publish more posts right now
  - `privacyLevels` object[] — Available privacy level options for this creator
    - `value` string — Privacy level value to use when creating posts (e.g. PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, SELF_ONLY)
    - `label` string — Human-readable label
  - `postingLimits` object
    - `maxVideoDurationSec` integer — Maximum video duration in seconds
    - `interactionSettings` object — Available interaction toggles (comment, duet, stitch) and their defaults
  - `commercialContentTypes` object[] — Available commercial content disclosure options
    - `value` string
    - `label` string
    - `requires` string[]

## Other responses

- `400` — Account is not a TikTok account
- `401` — Unauthorized
- `404` — Resource not found
- `429` — Creator has reached TikTok daily posting limit

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/0942091eaa8c/schema)
