POST api/GetUserToken
Get documents
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters |
None. |
Response Information
Response body formats
application/json, text/json
{
"UserKey": "sample string 1",
"UserKeyExpires": "2025-11-03T14:09:34.38795+00:00",
"IsExpired": true,
"IsAPIUser": true
}
text/html
{"UserKey":"sample string 1","UserKeyExpires":"2025-11-03T14:09:34.38795+00:00","IsExpired":true,"IsAPIUser":true}
application/xml, text/xml
<UserToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Common"> <IsAPIUser>true</IsAPIUser> <IsExpired>true</IsExpired> <UserKey>sample string 1</UserKey> <UserKeyExpires>2025-11-03T14:09:34.38795+00:00</UserKeyExpires> </UserToken>