You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, im trying to get the cosmetics and some info player using the QueryProfile, I use Node.JS and axios. My code is:
lethead={'Content-Type': 'application/json','Authorization': `bearer ${res.data.access_token}`//<- Here i use the access_token previously defined}//I think data is not necessary but I use it tooletdata={'grant_type': 'authorization_code','code': code}letres3=awaitaxios.post(`https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/game/v2/profile/${res.data.account_id}/client/QueryProfile?profileId=athena&rvn=-1`,head,data).catch(e=>console.log(e))console.log(res3.data)```
Theerror is: 401
The text was updated successfully, but these errors were encountered:
Hey, im trying to get the cosmetics and some info player using the QueryProfile, I use Node.JS and axios. My code is:
The text was updated successfully, but these errors were encountered: