GET api/Account/ValidToken?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponseOfValidTokenResponse
NameDescriptionTypeAdditional information
Code

integer

None.

Msg

string

None.

Exception

Exception

None.

RetData

ValidTokenResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Msg": "sample string 2",
  "Exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "RetData": {
    "TokenInfo": {
      "Token": "sample string 1",
      "ExpireTime": "2025-07-01 02:05:25"
    },
    "AllowUse": true
  }
}