I’m able to request profile API data for myself and most of my guild mates - but when I try to retrieve my guild master’s profile, the API returns 404
So this works just fine:
https://eu.api.blizzard.com/profile/wow/character/shadowsong/willward?namespace=profile-eu&locale=en_US&access_token=<my access token>
But requesting my GM’s profile returns 404.
https://eu.api.blizzard.com/profile/wow/character/shadowsong/zastaph?namespace=profile-eu&locale=en_US&access_token=<my access token>
I can see the above in armory, but it seems no other 3rd party site is able to update it (naturally, since the API is returning 404s).
Is this due to some data corruption issue or am I (and other 3rd party sites) doing something wrong?