Gets a project-scoped user access tokenpost https://tracking.hereapi.com/users/v2/tokenExchangeTakes user access token, requested scope and returns project-scoped user access token.Body ParamsaccessTokenstringrequiredlength ≥ 1HERE Account user access token, obtained from login endpoint.scopestringrequiredlength ≥ 1Requested scope of the access token. Must be an HRN identifying a project that the identified user has access to.HeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 200Success The exchange was successful and a valid scoped access token was returned. 400Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body. 401Unauthorized The request did not provide correct authentication details 403Forbidden The account does not have the correct privileges 404Not Found The specified resource was not found 409Conflict The specified resource already exists 412Precondition Failed The server does not meet one of the preconditions that the requester put on the request. 429Too Many Requests User has sent too many requests in a given amount of time.Updated 2 months ago