Skip to main content
POST
/
discord
/
user
/
link
Link Discord and Minecraft Accounts
curl --request POST \
  --url https://api.example.com/discord/user/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "is_primary": true,
  "snowflake": "<string>"
}
'
{
  "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.

Body

application/json

Link Discord and Minecraft accounts data

id
string
is_primary
boolean
snowflake
string

Response

Successfully linked/updated accounts

id
string
is_primary
boolean
snowflake
string