---
title: "List TikTok ad identities"
method: GET
path: "/v1/ads/tiktok-identities"
tags: ["Ad Creatives"]
---

# List TikTok ad identities

`GET /v1/ads/tiktok-identities`

The identities an ad on this TikTok advertiser may run as (the profile shown on the ad): the advertiser's own TikTok accounts (TT_USER), Business Center authorized accounts (BC_AUTH_TT) and custom brand identities (CUSTOMIZED_USER). Pass the chosen `identityId` on POST /v1/ads/create or POST /v1/ads/boost. Spark-post identities (AUTH_CODE) are not listed; a Spark code creates its own.

## Query parameters

- `accountId` string, required
- `adAccountId` string, required

## Response `200`

Identities

- object
  - `adAccountId` string
  - `identities` object[]
    - `identityId` string
    - `identityType` 'TT_USER' | 'BC_AUTH_TT' | 'CUSTOMIZED_USER'
    - `displayName` string, nullable
    - `username` string, nullable
    - `profileImage` string, nullable
    - `identityAuthorizedBcId` string, nullable — Business Center that authorized a BC_AUTH_TT identity

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — The account or requested resource was not found or is not accessible. An account ID may have been disconnected and removed. Read GET /v1/accounts for current account IDs.
- `409` — The account exists but is inactive or needs reconnection. Reconnect it, then read GET /v1/accounts for its current account ID before retrying. Code: ads_connection_required.

## Changes

- **2026-09-25** `2c04683ce694` — 12 info
  - added the optional property `details/adAccountId` to the response with the `400` status
  - added the optional property `details/adAccountId` to the response with the `404` status
  - added the optional property `details/adAccountId` to the response with the `409` status
  - added the optional property `details/createdObjects` to the response with the `400` status
  - …8 more
- **2026-09-18** `eded32b62823` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/ads/tiktok-identities/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/b2325332041a?raw)
