Gets a renewed user access tokenpost https://tracking.hereapi.com/users/v2/refreshGets a new valid user access token for a given previous access token and a refresh token.Body ParamsaccessTokenstringrequiredlength ≥ 1The access token obtained in a previous loginrefreshTokenstringrequiredlength ≥ 1The refresh token obtained in a previous loginHeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 200Success The authentication was successful and a valid 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 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