---
title: "Lookup Linked Accounts"
method: GET
path: "/discord/user/{snowflake}/lookup"
tags: ["Discord", "User Linking"]
---

# Lookup Linked Accounts

`GET /discord/user/{snowflake}/lookup`

Retrieves all Minecraft accounts linked to a Discord snowflake ID or all Discord accounts linked to a Minecraft UUID.

## Path parameters

- `snowflake` string, required

## Response `200`

Successfully retrieved linked accounts

- SprintDiscordMinecraftLink[]
  - `id` string
  - `is_primary` boolean
  - `snowflake` string

## Other responses

- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
