Hi, as the topic says, the Character Pets Collection Summary is returning a 404 error for me. I found a few posts of this happing with other collection summary endpoints, but they’re 5 years old. I did check my profile settings to make sure I had sharing enabled. I login with the character I’m calling in the cURL request daily, so he’s not inactive. I make the call to this URL:
https://us.api.blizzard.com/profile/wow/character/Korialstrasz/Agrevar/collections/pets?namespace=profile-us&locale=en_US
And this is what I get returned:
{
"code": 404,
"type": "BLZWEBAPI00000404",
"detail": "Not Found"
}
This happens in both the app that I’m building and on Blizz’s API documentation page.