TikTok Accounts
Manage connected TikTok accounts
TikTok Accounts
List connected TikTok accounts for your organization.
List Accounts
GET /api/v1/tiktok-accountsHeaders
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Response
{
"data": [
{
"id": "uuid",
"tiktok_username": "creator_handle",
"display_name": "Creator Name",
"avatar_url": "https://...",
"connected_at": "2026-01-15T10:30:00Z"
}
]
}Fields
| Field | Type | Description |
|---|---|---|
id | string | Account UUID, used as tiktok_account_id when creating posts |
tiktok_username | string | null | TikTok handle |
display_name | string | null | Display name on TikTok |
avatar_url | string | null | Profile picture URL |
connected_at | string | ISO 8601 timestamp |
Disconnected accounts are excluded from the response.