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

Authenticate if the credentials provided in the token are valid.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Token to validate.

string

Required

Body Parameters

None.

Response Information

Resource Description

A Http Message with the result of the credentials. If the credential are not valid returns null.

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.