Character Pets Collection Summary endpoint 404 error

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.

i just tried this info and it worked “Korialstrasz/Agrevar” should be all lowercase btw

Ugh, I should have thought of that. I come from the Linux world were case sensitivity is important. Thank you, I have it working now.

your welcome :slight_smile:
Hands over “i Tried” sticker