---
title: "List Connections"
method: GET
path: "/connections"
tags: ["connections"]
---

# List Connections

`GET /connections`

## Response `200`

- Connection[]
  - `id_connection` string, required — Unique identifier for the connection
  - `status` string, required — Status of the connection
  - `provider_slug` string, required — Slug for the provider
  - `vertical` string, required — Vertical category of the connection
  - `account_url` string, required — URL of the account
  - `token_type` 'oauth2' | 'apikey' | 'basic', required — Strategy type
  - `access_token` string, required — Access token for the connection
  - `refresh_token` string, required — Refresh token for the connection
  - `expiration_timestamp` string, date-time, required — Expiration timestamp of the access token
  - `created_at` string, date-time, required — Timestamp when the connection was created
  - `connection_token` string, required — UUID Token for the connection
  - `id_project` string, required — Project ID associated with the connection
  - `id_linked_user` string, required — Linked user ID associated with the connection

---

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