GET api/SplashtopPrem/token

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Splashtop_Token
NameDescriptionTypeAdditional information
token_type

string

None.

expires_in

integer

None.

access_token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "token_type": "sample string 1",
  "expires_in": 2,
  "access_token": "sample string 3"
}

application/xml, text/xml

Sample:
<SplashtopAPI.Splashtop_Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End">
  <access_token>sample string 3</access_token>
  <expires_in>2</expires_in>
  <token_type>sample string 1</token_type>
</SplashtopAPI.Splashtop_Token>