Authentication
API key
The Junction Analytics API performs authentication in a standard way, using an API Key.
How do I get an API Key?
For a Junction Analytics API Key, send an access request to your local partner or the TomTom account manager.
How do I use an API Key?
In every request, you must provide your API Key as a value to the query parameter key
. For example: key={Your_API_Key}
Example request
Using the GET
HTTP method Junction definition details endpoint:
get
URL request example
https://api.tomtom.com/junction-analytics/junctions/1/{junctionId}/definition?key={Your_API_Key}