Me
List a User's social accounts
Returns a User’s social accounts
GET
/
v5
/
me
/
social_accounts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The type of social account that it is.
Available options:
discord
, twitter
The username of the social account
Whether or not this is the default social account for the user's account for the provider.
The ID of the social account from the provider, like a discord ID or twitter ID.
A URL for the image of the social account.
Was this page helpful?