---
title: "List connected accounts"
method: GET
path: "/connected-accounts/{user_id}"
tags: ["Connected Accounts"]
---

# List connected accounts

`GET /connected-accounts/{user_id}`

Retrieves a list of all connected accounts for a user.

## Path parameters

- `user_id` string — The ID of the user, or the special value `me` for the currently authenticated user

## Response `200`

Successful response

- object
  - `items` object[], required
    - `user_id` string, required — The ID of the user, or the special value `me` for the currently authenticated user
    - `provider` string, required — Provider config ID of the OAuth provider. This uniquely identifies the provider config on config.json file
    - `provider_account_id` string, required — Account ID of the OAuth provider. This uniquely identifies the account on the provider side.
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

## Changes

> 24 revisions in range; 2 could not be searched.

- **2026-07-23** `c4c6162ab77f` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`
- **2026-05-06** `9025167b1683` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/changes/connected-accounts/:user_id/get.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/revisions/897c83038ab2/schema)
