v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Integrations

List all integrations

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Returns all integrations with connection status and category

get/open-api/v1.0/integrations

Response

OK

totalinteger
pageinteger
sizeinteger
totalPagesinteger

Example response

{
  "results": [
    {
      "type": "TIKTOK_SHOP",
      "name": "TikTok Shop",
      "status": "CONNECTED",
      "category": "SOCIAL_COMMERCE"
    }
  ]
}