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