Printago API
GET /v1/integrations/tiktok-shop/{integrationId}/status

Get TikTok Shop status

Get TikTok Shop integration status

Requires: integration.view

Path Parameters

integrationId required
string
The TikTok Shop integration ID

Response Schema

Response
connectedrequired
boolean
disconnectedAtoptional
number
lastSyncedAtoptional
number
needsReauthoptional
boolean
True once the seller deauthorized the app; UI prompts a reconnect.
regionoptional
string
shopIdoptional
string
shopNameoptional
string

Example Response

200 OK — application/json
{
  "connected": true,
  "shopId": "string",
  "shopName": "string",
  "region": "string",
  "lastSyncedAt": 1,
  "needsReauth": true,
  "disconnectedAt": 1
}