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