List TikTok profile following
Get accounts followed by a specific TikTok profile.
Operation
/v1/tiktok/profiles/{handle}/followingHeaders
API key (`sfk_...`)
Parameters
TikTok handle whose following list should be listed.
min 1 chars · max 64 chars
Pagination cursor returned by a previous response.
min 1 chars
Optional flag for a smaller response with fewer fields.
Response fields
Endpoint-specific response payload.
Whether following could be listed for this handle.
one of: found, hidden, private, not_found
Accounts followed by the requested TikTok profile on this page when `lookupStatus` is `found`. Empty when `lookupStatus` is `hidden`, `private`, or `not_found`, or when the resolved profile follows nobody on this page.
TikTok username without the leading @.
min 1 chars
Public display name shown on the TikTok profile.
Profile biography text.
Best available avatar image URL for the account.
Canonical public TikTok profile URL.
min 1 chars
TikTok numeric user id as a string, when available.
TikTok opaque stable user identifier, when available.
Whether TikTok marks the account as verified.
Whether TikTok marks the account as private.
Region code reported by TikTok, when available.
Language code reported by TikTok, when available.
Account creation time as Unix epoch seconds from TikTok, when provided.
≥ 0
Aggregate metrics for the account.
Follower count reported by TikTok for the account.
≥ 0
Following count reported by TikTok for the account.
≥ 0
Public post or video count reported by TikTok for the account.
≥ 0
Additional TikTok-native fields for this account that were not mapped into canonical fields.
Pagination state for the current response.
Cursor to pass in the next request when more accounts are available.
Whether another page of accounts is available.
Total following count reported by TikTok when `lookupStatus` is `found` and a count is available; otherwise null.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Accounts followed by the requested TikTok profile.
Error codes