---
title: "Get Connected Accounts"
method: GET
path: "/v3/connected-accounts"
tags: ["Accounts"]
---

# Get Connected Accounts

`GET /v3/connected-accounts`

Lists all connected accounts.

This API must be called using a `client_credentials` bearer token.

The endpoint returns a maximum of 50 items. Pagination will be supported in the future.

Items are ordered by `type` ascending, then `id` ascending.

## Query parameters

- `cursor` string — cursor used for pagination purposes that represents the first item of the page. Returned as `next_cursor` in the response payload of endpoints supporting pagination. Not required to access the first page of items.
- `type` 'account' | 'card'

## Headers

- `Connection-Id` string, required
- `Tl-User-IP` string

## Response `200`

Accounts

## Other responses

- `400` — Invalid Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Unknown Error
- `502` — Provider Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/versions/5f6051515b2c/schema)
