Skip to main content
GET
/
users
/
@me
/
connections
cURL
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
  }
]

Authorizations

Authorization
string
header
required

Discord bot token

Response

object[] | null

200 response for list_my_connections

id
string
required
name
string | null
required
type
required
Allowed value: "battlenet"
friend_sync
boolean
required
show_activity
boolean
required
verified
boolean
required
visibility
required
integrations
object[]
revoked
boolean