GET api/Account/ValidToken?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfValidTokenResponse| Name | Description | Type | Additional 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": "2026-03-07 20:30:54"
},
"AllowUse": true
}
}