Hi,
I’m trying to get the Protected Character Profile Summary
of Classic to be working but for some reasons I’m only getting a 403. The Retail one works just fine.
I’ve an authenticated token with the wow.profile
scope and I’m able to call the Account Profile Summary endpoint with it.
But when I call the Protected Character Profile Summary
endpoint with it, I’m getting a 403.
The character i’m trying to get is above level 10 and has been active the past few day. I’m also able to get its data from the standard Character Profile Summary
endpoint.
Here is the URL I’m calling :
https://eu.api.blizzard.com/profile/user/wow/protected-character/6113-53856653?namespace=profile-classic1x-eu
The token is passed in the Authorization Header as a Bearer token.
Any one having the same issue? Or is there any ongoing issues with this endpoint?