Users
Gets a renewed user access token
Gets a new valid user access token for a given previous access token and a refresh token.
post/users/v2/refresh
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"
}