EpicResearch icon indicating copy to clipboard operation
EpicResearch copied to clipboard

Can't Authenticate by Exchange Code

Open mjwellhacks opened this issue 4 years ago • 2 comments

I am trying to authenticate by exchange code. I don't know how to make the authentication header and I am not sure what needs to be in it.

mjwellhacks avatar Oct 16 '21 16:10 mjwellhacks

Authorization: bearer (Your Access token) requests.get("https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange", headers={"Authorization":"bearer youraccesstoken"}).json()

Firestormfan avatar Nov 09 '21 11:11 Firestormfan

I create a postman colletion, check it out:

https://www.postman.com/beatyt-team/workspace/epicresearch/request/13294264-82783a33-3266-492b-8925-2283328200ea

Beat-YT avatar Jan 08 '22 23:01 Beat-YT