cURL
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>" } ]
Returns a User’s social accounts
User OAuth token for /v5/me endpoints
social accounts retrieved
The response is of type object[].
object[]
Was this page helpful?