GET
/
v5
/
me
/
social_accounts
curl --request GET \
  --url https://{defaultHost}/v5/me/social_accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "service": "discord",
    "username": "<string>",
    "default": true,
    "account_id": "<string>",
    "image_url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

User OAuth token for /v5/me endpoints

Response

200 - application/json

social accounts retrieved

The response is of type object[].