Users
Gets a user access token
Authenticates a user with an email and a password and gets a user access token upon the successful authentication. The user email must be registered with a valid HERE Account. Optionally user can provide requested realm ID.
post/users/v2/login
Request body
Response
Success
The authentication was successful and a valid access token was returned.
Example response
{
"accessToken": "h1.2...EyS_b6g3uDcKnpknGWQ",
"expiresIn": 86400,
"realm": "here",
"refreshToken": "5qlkthf8mgl5lsrn8br5vdisco",
"userId": "HERE-12345678-9abc-4def-0123-456789abcdef"
}