Closed Ch1lly5 closed 3 months ago
PUT
https://global-profile-service.game-social.epicgames.com/profiles
headers = { "Authorization": "Bearer token (deivce_auth)", "Content-Type": "application/json" }
payload = { "namespace": "Fortnite", "accountIds": [ "accid" ] }
Error: 401 - {"message":"authentication failed","type":"Unauthorized","stackTrace":[],"causes":[],"code":0}
No response
Unsure why its failing, token works for everything else ive tried ecept this endpoint, help appreciated. (Maybe im using a broken client or something? fortniteNewSwitchGameClient)
Use an EG1 Token instead of the normal switch account token. Account Service - Auth: Token
what entra said
Issue Checklist
What is the Request Method?
PUT
What is the Request URL?
https://global-profile-service.game-social.epicgames.com/profiles
What are your Request Headers (if applicable)?
headers = { "Authorization": "Bearer token (deivce_auth)", "Content-Type": "application/json" }
What are your Request Payload/Body (if applicable)?
payload = { "namespace": "Fortnite", "accountIds": [ "accid"
] }
What is the Response Status Code?
Error: 401 - {"message":"authentication failed","type":"Unauthorized","stackTrace":[],"causes":[],"code":0}
What are the Response Headers (if applicable)?
No response
What is the Response Content? (if applicable)
No response
Additional Context (if applicable)
Unsure why its failing, token works for everything else ive tried ecept this endpoint, help appreciated. (Maybe im using a broken client or something? fortniteNewSwitchGameClient)