---
title: "GET /account/{account_id}/accounts-linked"
method: GET
path: "/account/{account_id}/accounts-linked"
---

# GET /account/{account_id}/accounts-linked

`GET /account/{account_id}/accounts-linked`

Returns all accounts linked to a specific account

## Path parameters

- `account_id` string, required

## Response `200`

Linked accounts response

- LinkedAccountsResponse
  - `request_id` string — The ID of the request
  - `accounts_linked` LinkedAccount[] — List of accounts linked to the specified account
    - `account_id` string — The ID of the linked account
    - `score` number, float — Confidence score of the link between accounts
    - `email` string — Email associated with the linked account
    - `phone` string — Phone number associated with the linked account
    - `first_name` string — First name associated with the linked account
    - `last_name` string — Last name associated with the linked account
    - `username` string — Username associated with the linked account
    - `expected_countries` string[] — Expected countries declared for the linked account (ISO 3166-1 alpha-2 codes)
    - `match_type` string[] — Types of matches that linked these accounts. Possible values: browser, device, network, email, phone, username, name, mobile_id, apple_device_check.
    - `lists` string[] — Lists the linked account belongs to
    - `metadata` object — Additional metadata about the linked account

## Other responses

- `400` — Account not found

---

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