This is my url-request: https://www.bungie.net/Platform/App/FirstParty/
The response is:
{"ErrorCode":2102,"ThrottleSeconds":0,"ErrorStatus":"ApiKeyMissingFromRequest","Message":"Please add valid X-API-Key header to request. Visit https://www.bungie.net/developer for details.","MessageData":{}}
Where should i place this damn api key in the link? My tries were: https://www.bungie.net/Platform/App/FirstParty/X-API-Key:MYKEY
https://www.bungie.net/Platform/App/FirstParty/X-API-Key=MYKEY
https://www.bungie.net/Platform/App/FirstParty/X-API-Key?MYKEY
How should I do it correctly?
-
Why are you asking for API data ?