---
title: "List the API key owner's connections"
method: GET
path: "/user/connections"
tags: ["My Account"]
---

# List the API key owner's connections

`GET /user/connections`

Returns the full set of connections for the API key owner, including private connections and the owner-only isSelfReported and showOnProfile flags. The user is always derived from the API key. Requires users.profile:read.

## Response `200`

The API key owner's connections.

- object — Envelope containing connections, count, and a response timestamp.
  - `connections` ApiOwnConnection[], required
    - `id` string, required — Connection ID.
    - `platform` string, required — Connected platform.
    - `username` string, nullable
    - `url` string, nullable
    - `isPrimary` boolean
    - `isVerified` boolean
    - `connectedAt` string, nullable — ISO 8601 timestamp.
    - `isSelfReported` boolean, required — True when the connection was self-reported (ownership unverified).
    - `showOnProfile` boolean, required — Whether the owner has chosen to show this connection on their profile.
    - `region` string, nullable — Connection region, when set.
    - `gamingPlatform` string, nullable — Gaming platform (e.g. pc / console), when set.
  - `count` integer, required
  - `timestamp` string, required — ISO 8601 timestamp.

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

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