> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Business Centers

> Lists TikTok Business Centers available to the connected user

Lists TikTok Business Centers available to the connected user. Use bc\_id values from this operation when listing catalogs or configuring catalog-authorized TikTok resources.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | TikTok Ads                         |
| **Operation ID**     | `tiktok_ads_list_business_centers` |
| **Type**             | Action                             |
| **Connection**       | `tiktok_ads` (required)            |
| **Credits per run**  | 1                                  |
| **Agent / MCP tool** | Yes                                |

## Inputs

| Field   | Type    | Required | Default | Description                                                                                                                    |
| ------- | ------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `limit` | integer | No       | `100`   | Maximum number of TikTok Business Centers to return. Default: 100. Use this node to find bc\_id values for catalog operations. |

## Output

**Type**: `List[Dict]`

Returns TikTok Business Centers for the connected user, including bc\_id, bc\_name, and any additional fields returned by TikTok.

**Fields**: `bc_id`, `bc_name`
