Session and tokens
Get a new user token from a refresh token
Refreshes the X-token without making the person log in again. Read the expiry from the response rather than assuming one.
Authorizations
Authorizationbearer tokenRequiredThe accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.
Headers
REQUEST-IDstringRequiredUnique UUID v4 per request. Used for idempotency and distributed tracing. Generate a fresh UUID for every call.
TIMESTAMPstringRequiredISO 8601 UTC timestamp of the request.
R-tokenstringRequiredThe refresh token, sent when asking for a new user token without making the person log in again. Required for token refresh. See the shared RToken parameter for the general description.
Responses
200The user token and refresh token, with their expiries.