POST api/user/token/info

Get token information

Request Information

URI Parameters

None.

Body Parameters

GeneralInput
NameDescriptionTypeAdditional information
SecurityToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SecurityToken": "sample string 1"
}

Response Information

Resource Description

TokenOutput
NameDescriptionTypeAdditional information
Email

string

None.

UserId

integer

None.

Username

string

None.

ExpiredDate

string

None.

Name

string

None.

UserType

integer

None.

ExpertKey

string

None.

CopyTradeKey

string

None.

SymbolSlot

integer

None.

Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "UserId": 1,
  "Username": "sample string 2",
  "ExpiredDate": "sample string 3",
  "Name": "sample string 4",
  "UserType": 1,
  "ExpertKey": "sample string 5",
  "CopyTradeKey": "sample string 6",
  "SymbolSlot": 7,
  "Message": "sample string 8",
  "Success": true
}