New docs? Check out the change log to learn more!
curl --request GET \
--url https://discord.com/api/v10/users/@me/connections \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"friend_sync": true,
"show_activity": true,
"two_way_link": true,
"verified": true,
"visibility": 123,
"integrations": [
{
"id": "<string>",
"type": "<string>",
"account": {
"id": "<string>",
"name": "<string>"
},
"guild": {
"id": "<string>",
"name": "<string>",
"icon": "<string>"
}
}
],
"revoked": true
}
]curl --request GET \
--url https://discord.com/api/v10/users/@me/connections \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"friend_sync": true,
"show_activity": true,
"two_way_link": true,
"verified": true,
"visibility": 123,
"integrations": [
{
"id": "<string>",
"type": "<string>",
"account": {
"id": "<string>",
"name": "<string>"
},
"guild": {
"id": "<string>",
"name": "<string>",
"icon": "<string>"
}
}
],
"revoked": true
}
]Discord bot token
200 response for list_my_connections
"battlenet"Show child attributes