---
title: "List all integrations"
method: GET
path: "/open-api/v1.0/integrations"
tags: ["Integrations"]
---

# List all integrations

`GET /open-api/v1.0/integrations`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns all integrations with connection status and category

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelIntegrationV1
  - `results` ComFourthwallOpenapiModelIntegrationV1[], required
    - `type` string, required — Integration type identifier
    - `name` string, required — Human-readable name
    - `status` string, required — Connection status
    - `category` string, required — Integration category
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
