---
title: "Connections"
method: GET
path: "/profile/{public_id}/connections/"
tags: ["profile"]
---

# Connections

`GET /profile/{public_id}/connections/`

Lists the connections available for a profile and their "state".
This endpoint returns a list of objects.

## Query parameters

- `redirect` string
- `redirect_on_error` boolean

## Response `200`

OK

- ProfileAppConnectionList
  - `display_name` string
  - `url` string
  - `connected` boolean
  - `connection_slug` string
  - `img_url` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

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