WEATHER:
Created : 10 Aug 2023 18:29 UTC
App ID: 0eqdtt7yuPoOi4DA3zsD
Roles: None
Status : Active
App creation : Disabled
Default project: None
OAuth2.0: EZTwZ9_7o0dAR-h5tPvwhw
API Key: Ypyl7fPZ7A-BfZa8EeVvt1WbTchPqamdJe1GvtA6Ut4
------------------------------------------------
REST:
app id: hV1tzbx5cU4Ug6XLrMSE
rest api: EyxjK9LaNhy8sedk5JoBDOIfAitj1PM_anSCpRJ5ENY
OAuth2.0: QleKcxlEhFwWsfVrc1dsoQ
------------------------------------------------
Freemium 2019-08-01 JavaScript:
app id: sKM9dR3EHocPGZIi4nzl
OAuth2.0: fmIVXsqFEIJtxb42ssRJpg
API KEY: uLTLtMho1HXrdSxaX3EOK2rrqJ4d8PPEiyF6ieQcsmM
------------------------------------------------
https://geocode.search.hereapi.com/v1/geocode
?q=240+Washington+St.%2C+Boston
&limit=4
&apiKey={YOUR_API_KEY}
------------------------------------------------
Get a token with the SDK or an API
To use the AAA Java SDK or an authentication API to get a token, see Code an OAuth 2.0 token request.
Step 3: Use the token
Having followed one of the above methods, you have now successfully obtained a token to use in making REST requests to HERE APIs.
Include the token in the HTTP Authorization header of your REST requests as a bearer token:
Authorization: Bearer
------------------------------------------------
https://geocoder.api.here.com/search/6.2/geocode.json
?languages=en-US
&maxresults=4
&searchtext=Sunnyvale
&app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
------------------------------------------------