POST
/discord/login
curl \
--request POST 'https://call.xap3y.space/v1/discord/login' \
--header "X-API-Key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"accessToken":"string"}'
Request examples
{
"accessToken": "string"
}
Response examples (200)
{
"error": true,
"timestamp": "2026-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (400)
{
"error": true,
"timestamp": "2026-05-04T09:42:00Z",
"uniqueId": "string"
}