GET api/Login/AuthenticateToken?Token={Token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthenticationResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityId | integer |
None. |
|
| Gender | string |
None. |
|
| IsDependent | boolean |
None. |
|
| AnyPrimaryIndividualPolicy | boolean |
None. |
|
| PendingPaymentCount | integer |
None. |
|
| ProfitRegion | string |
None. |
|
| IsEAPEnabled | boolean |
None. |
|
| ProductCategory | string |
None. |
|
| HasUserAcknowledged | boolean |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| UserInfo | SysUserData |
None. |
|
| AuthenticationToken | string |
None. |
|
| RefreshToken | string |
None. |
|
| SessionId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EntityId": 1,
"Gender": "sample string 2",
"IsDependent": true,
"AnyPrimaryIndividualPolicy": true,
"PendingPaymentCount": 5,
"ProfitRegion": "sample string 6",
"IsEAPEnabled": true,
"ProductCategory": "sample string 8",
"HasUserAcknowledged": true,
"IsAuthenticated": true,
"UserInfo": null,
"AuthenticationToken": "sample string 11",
"RefreshToken": "sample string 12",
"SessionId": "sample string 13"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.