APIv2 fetching gameData from a character

Hi,

im play around with the v2 api in the Insomnia client and want to fetch a characters gameData like this.

{
	characterData {
		character(
			name: "Poster Boy",
			serverRegion: "EU",
			serverSlug: "Phoenix"
		) {
			gameData(forceUpdate:true)
		}
	}
}

But the api responses always with:

{
	"data": {
		"characterData": {
			"character": {
				"gameData": {
					"error": "The cached data for this character has expired. Update the character on the site to fetch a fresh copy of the data."
				}
			}
		}
	}
}

Maybe somone has an idea what is wrong with my query or there is another problem.

Thank you!

We don’t actually let you do this on FF, since Lodestone on Square’s end is so heavily throttled, we can’t really let v2 API clients hit Lodestone.