Skip to main content
GET
/
discord
/
user
/
{snowflake}
/
lookup
Lookup Linked Accounts
curl --request GET \
  --url https://api.example.com/discord/user/{snowflake}/lookup
[
  {
    "id": "<string>",
    "is_primary": true,
    "snowflake": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

snowflake
string
required

Discord Snowflake ID or Minecraft UUID for lookup

Response

Successfully retrieved linked accounts

id
string
is_primary
boolean
snowflake
string