---
title: "GET /api/integrations"
method: GET
path: "/api/integrations"
tags: ["integrations"]
---

# GET /api/integrations

`GET /api/integrations`

## Response `200`

Success

- object[]
  - `slug` string, required
  - `name` string, required
  - `description` string, required
  - `kind` string, required
  - `canRemove` boolean, required
  - `canRefresh` boolean, required
  - `authMethods` object[], required
    - `id` string, required
    - `label` string, required
    - `kind` 'oauth' | 'apikey' | 'header' | 'none', required
    - `template` string, required
    - `placements` object[], nullable
      - `carrier` 'header' | 'query' | 'env', required
      - `name` string, required
      - `prefix` string, required
      - `variable` string, nullable
      - `literal` string, nullable
    - `oauth` object, nullable
      - `discoveryUrl` string, nullable
      - `authorizationUrl` string, nullable
      - `tokenUrl` string, nullable
      - `resource` string, nullable
      - `scopes` string[], nullable
      - `registrationEndpoint` string, nullable
      - `supportsDynamicRegistration` boolean, nullable
      - `supportsClientIdMetadataDocument` boolean, nullable
  - `displayUrl` string, nullable
  - `family` string, nullable

## Other responses

- `500` — InternalError

---

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