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>"
  }
]

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