originally posted in:BungieNetPlatform
Open your profile settings and select the Notifications and Email tab on the left. Scroll down to the bottom, I believe there should be a link to request a new verification email.
If you still don't get an email, make sure to check your spam folder. If it's not there, try using an email from a different provider (e.g. if you're using Yahoo, try using Gmail or Outlook)
English
-
Quick question - I can see my API Key no problem on Bungie's site, but what is the purpose of the API Key? I can still just type in html calls to the API and get the same results as before; e.g. http://www.bungie.net/Platform/Destiny/tigerxbox/account/4611686018432491131/ So, is there planned functionality that will come out later, or am I missing something?
-
We use the key to help us get in touch with API developers that may be causing undue stress on our servers or using the API's in correctly. Eventually, we will require every API call to have a key, so it is best that you start using your key right away.
-
Thanks for the response! Just so I know I'm doing it in the intended way, my guess is to add "?api_key=xxxxxxx", translating the original example to: http://www.bungie.net/Platform/Destiny/tigerxbox/account/4611686018432491131/?api_key=myapikeydigits A test seemed to show this worked, but I just want to verify that's correct. Also, and only if you have time, do you know if there will be response limits in the future? Thanks again!
-
The information on how to use the API key can be found in [url=https://www.bungie.net/en/Clan/Post/39966/85087279/0/0]this thread[/url]. Specifically, it's meant to be included as a header in your request.
-
https://www.bungie.net/en/Clan/Post/39966/85087279/0/0
-
That is the thread I linked to.
-
That did it, thanks!