POST utils/v1/Authentication/RefreshToken?token={token}

Refreshes the authentication token if the current token is valid.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

The current authentication token that needs to be refreshed.

string

Required

Body Parameters

None.

Response Information

Resource Description

A HTTP response message indicating the result of the token refresh operation.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.