guild api issues
Private message me the full URL you’re using (with the API key) and I can take a look.
https://api.guildwars2.com/v2/guild/123/log?access_token=456 (where “123” is the guild id and “456” is the API key) should work fine; not sure what’s wrong. That error message should only appear if the API key doesn’t get passed correctly, AFAIK.
Oh… well then what I am missing is definitely the id. What I had done was https://api.guildwars2.com/v2/guild/<APIkey>/log.
So where does one get the guild id?
You can get the guild ids from /v2/account, or you can look them up by name in /v1/guild_details.json.
You can use v1/guild_details if you know the name.
Thank you for the details.