Migrating to the Intermodal Routing API(overview/index.md)
category:
uri: Intermodal Routing API v8 Migration Guide
position: 1
privacy:
view: public
slug: overview
title: Migrating to the Intermodal Routing API
Note
The missing API versions from v1 to v8 are due to internal version alignment.
Preparation
The following general actions must be taken to complete the migration:
- change authentication method (only if you use
accessId(v1) credentials parameter) - update request parameters
- update output format
Changes Overview
API
Intermodal Routing API v8 introduces a new routing services:
Intermodal Routing v8 also modifies request parameters and response output.
For more information on the migration instructions, see Intermodal Routing API.
Authentication
We deprecated the accessId parameter (v1), a 20 byte Base64 URL-safe encoded string
used for the authentication of the client application. We changed the way to get credentials with regard
to where you access the HERE website. We introduced the OAuth 2.0 Token Credentials authentication
method.
For more information on the currently available authentication methods, see the Identity & Access Management Guide.
We removed the callbackFunc and callbackId parameters (v1).
Note
The app_code credentials are not supported in v8.
Updated 10 days ago