I'm trying to call https://tourplanning.hereapi.com/v2/problems API end-point. For this reason I'm obtaining Oauth2 token as it was described in this guide. I'm able to obtain a token, however, when using with the end-point above I'm getting 403: {"error":"Forbidden","error_description":"These credentials do not authorize access"}
Does anyone have an idea how to overcome it?