---
title: "Which integrations the shop has connected"
method: GET
path: "/integrations/status"
tags: ["Integrations"]
---

# Which integrations the shop has connected

`GET /integrations/status`

The shop's connection matrix — one row per integration Reacher offers it, each with a `key`, a `status` and, when connected, the `connected_at` timestamp.

Covers `tiktok_shop_affiliate` and `tiktok_shop_customer_service` (the TikTok Shop apps that back creator outreach and messaging), `tiktok_for_business` (the ads account behind GMV Max), `meta` (the Facebook/Instagram account behind Meta Ads rev-share), `amazon` and `shopify` (the off-TikTok revenue channels the Halo tracker correlates against), and `discord`. `status` is `connected`, `disconnected`, or `coming_soon` where the integration isn't available to this shop's region yet.

Which rows appear is region-dependent: an integration with no presence in the shop's region is omitted rather than returned as disconnected. Use this to explain an empty data surface — Halo with no Amazon revenue and a `disconnected` amazon row is a setup gap, not missing data.

Connecting an integration is a browser OAuth flow, so the portal's install links are not part of this response. Read-only, single-shop.

## Response `200`

Successful Response

- IntegrationsStatusResponse — The per-shop connection matrix.
  - `shop_id` integer, required — Shop the matrix describes.
  - `integrations` IntegrationStatus[], required — One row per integration offered to this shop.
    - `key` string, required — Integration identifier — e.g. ``tiktok_shop_affiliate``, ``tiktok_shop_customer_service``, ``tiktok_for_business``, ``amazon``, ``shopify``, ``discord``, ``meta``, ``slack``.
    - `status` string, required — ``connected``, ``disconnected``, or ``coming_soon`` for an integration that isn't available to this shop yet.
    - `connected_at` string, nullable — ISO-8601 timestamp of when the connection was established; null unless ``status`` is ``connected``.

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
