Gets a list of the social networks linked to the user account.
OK
Forbidden
Not Found
curl -i -X GET \ https://login.xsolla.com/api/users/me/social_providers \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "full_name": "John Doe",
- "nickname": "John Doe",
- "provider": "vk",
- "social_id": "12345678"
}
]