Get user linked role metadata
Retrieves Discord linked role connection metadata for the user
AuthorizationBearer <token>
Enter your Discord OAuth2 access token
In: header
Path Parameters
userunknown
Discord user ID
Response Body
curl -X GET "https://api.skyhelper.xyz/users/123456789012345678/linked-role"{
"username": "string",
"metadata": {
"wings": 1,
"since": "string",
"eden": true,
"cr": true,
"hangout": true
}
}Empty
Last updated on