EpicResearch
EpicResearch copied to clipboard
QueryProfile Request Sample
¡Hey!
Im trying to get access to the cosmetics of a player, and more info about a player.
I use axios to post to get the access token, the id, and the name.
So, How is the correct endpoint form and post way to get these info?
I tried the classic QueryProfile?profile=athena giving the userID and:
Header = {
'Content-Type' : "xxx-i-form-urlencoded",
'Authorization': Bearer ${access_token}
And no Data or Body (are the same xd)
But the response of that post is something like Authorization error or invalid.
Please help me!!