Using a Token
Authorization: Bearer <token>
For example:
GET /config/v1/catalogs HTTP/1.1
Host: config.data.api.platform.here.com
Authorization: Bearer eyJhbGceOyJSAMPLEiIsImN0eSISAMPLEt7VTFIllwIM0cKNCjN2WCCTqlwEEmk-t3gx1BpqUFoeBSAMPLEvhj8nl-RBGcyoljY...
Cache-Control: no-cache
Remember that tokens expire 24 hours after being issued. To get a new token, you will need to create a new signature and use it to request another token using the Authentication and Authorization API.