originally posted in:BungieNetPlatform
I was able to authenticate myself to access to higher level of api (complete endpoint, etc)
Now I have a problem access the advisor data of member of my clan. The only data i can get is my own advisor, everything else is return with this error "The character requested could not be found."
The endpoint i'm trying to pull is:
/Destiny/2/MyAccount/Character/[characterID]/Advisors/
I'm trying to get the raid completion data and other info from this endpoint
I'm using NodeJS
Any help is welcome
Thanks,
-
You can not access another accounts data via this method. Only data for the account you used to authenticate.