POST Api/Users/refreshToken

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LoginResponse
NameDescriptionTypeAdditional information
success

La solicitud se realizo correctamente

boolean

None.

token

Error arrojado por la API

string

None.

coldDown

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "token": "sample string 2",
  "coldDown": true
}

application/xml, text/xml

Sample:
<LoginResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <success>true</success>
  <token>sample string 2</token>
  <coldDown>true</coldDown>
</LoginResponse>