Printago API
GET /v1/integrations/tiktok-shop

List TikTok Shop integrations

List all connected TikTok Shop accounts for a store

Requires: integration.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "integrationId": "string",
    "shopId": "string",
    "shopName": "string",
    "region": "string"
  }
]