POST api/GetUserToken
Get documents
Request Information
Payload
Name | Payload Parameters | Additional information |
---|---|---|
Parameters |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "UserKey": "sample string 1", "UserKeyExpires": "2025-04-29T18:50:41.2243021+01:00", "IsExpired": true, "IsAPIUser": true }
text/html
Sample:
{"UserKey":"sample string 1","UserKeyExpires":"2025-04-29T18:50:41.2243021+01:00","IsExpired":true,"IsAPIUser":true}
application/xml, text/xml
Sample:
<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-04-29T18:50:41.2243021+01:00</UserKeyExpires> </UserToken>