---
title: "List integration configurations"
method: GET
path: "/api/v2/integrations"
tags: ["Integrations"]
---

# List integration configurations

`GET /api/v2/integrations`

> 🔑
>
> Required OAuth scope: `integrations:read`.

> 📖
>
> This endpoint is paginated with a page size of 100 integration configurations. For more information, see the [Pagination guide](https://360learning.readme.io/docs/pagination).

Lists all integration configurations.

## Query parameters

- `externalPlatform` object
  - `eq` string — Filter on values equal to the given one
  - `ne` string — Filter on values not equal to the given one
  - `in` string[] — Filter on values including the given ones
  - `nin` string[] — Filter on values excluding the given ones

## Headers

- `360-api-version` 'v2.0', required

## Response `200`

Returns one page of 100 integration configurations.

- IntegrationDTO[]
  - `defaultCompletion` boolean — True if the content is auto-completed at launch; false otherwise.
  - `defaultProgress` integer — The completion rate at launch as a percentage.
  - `noGroupPropagation` boolean — If true, the content is visible only within the integration group and is not propagated to subgroups. If false, the content is propagated to all subgroups.
  - `externalPlatformLogoUrl` string — The URL of the logo of the external platform this integration is created for. The URL must be a valid HTTPS URL pointing to a logo with transparent background.
  - `externalPlatformUnicolorLogoUrl` string — The URL of the unicolor logo of the external platform this integration is created for. The URL must be a valid HTTPS URL pointing to a logo with transparent background. If none is provided, the externalPlatformLogoUrl logo will be used.
  - `externalPlatform` string, required — The identifier of the external platform this integration is created for.
  - `authorId` string, ObjectId, required — The unique ID of the author of the imported content.
  - `groupId` string, ObjectId, required — The unique ID of the group to which the content is imported.
  - `_id` string, ObjectId, required — The unique ID of the integration.

## Other responses

- `401` — The given access token is either missing, invalid, has expired, or has been revoked.
- `403` — The given access token does not have the required OAuth scope to execute the request.
- `429` — The client has sent too many requests in a short amount of time.

---

[API](https://skmtc.net/360learning/apis/core-api.md) · [All operations](https://skmtc.net/360learning/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/360learning/core-api/revisions/94b691b0b72c/schema)
