---
title: "List App Connections"
method: GET
path: "/sdk/apps/{SDK_appName}/connections"
tags: ["SDK Apps / Connections"]
---

# List App Connections

`GET /sdk/apps/{SDK_appName}/connections`

## Path parameters

- `SDK_appName` string, required

## Response `200`

Successful response

- object
  - `appConnections` object[]
    - `name` string
    - `label` string
    - `type` string
    - `parameters` object — Connection parameters. The structure depends on the connection type.
    - `app_version` string — Version of the app this connection belongs to.
    - `alias_to` string, nullable — The original name of an aliased connection.

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
