---
title: "List integrations"
method: GET
path: "/config/integrations"
tags: ["Integrations"]
---

# List integrations

`GET /config/integrations`

Retrieve a list of available integrations support by data type and state of release.

## Query parameters

- `page` integer
- `pageSize` integer
- `query` string
- `orderBy` string

## Response `200`

Success

- Integrations
  - `results` Integration[]
    - `key` Schema, required — unresolved $ref
    - `logoUrl` string, uri, required — Static url for integration's logo.
    - `name` string, required — Name of integration.
    - `enabled` boolean, required — Whether this integration is enabled for your customers to use.
    - `sourceId` SourceId — unresolved $ref
    - `sourceType` SourceType — unresolved $ref
    - `integrationId` IntegrationId — unresolved $ref
    - `isOfflineConnector` boolean — `True` if the integration is to an application installed and run locally on an SMBs computer.
    - `isBeta` boolean — `True` if the integration is currently in beta release.
    - `dataProvidedBy` string — The name of the data provider.
    - `datatypeFeatures` DataTypeFeature[] — unresolved $ref
  - `pageNumber` integer, required — Current page number.
  - `pageSize` integer, required — Number of items to return in results array.
  - `totalResults` integer, required — Total number of items.
  - `_links` Links, required — unresolved $ref

---

[API](https://skmtc.dev/codatio/apis/codat-sync-commerce.md) · [All operations](https://skmtc.dev/codatio/apis/codat-sync-commerce/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codatio/codat-sync-commerce/revisions/47d5506e559a/schema)
