| Name | Description | Additional information |
|---|---|---|
| username | Username |
Define this parameter in the request URI. |
| password | Password |
Define this parameter in the request URI. |
{
"Username": "sample string 1",
"Token": "fa16e93e-b865-4e75-8e8c-c7e148e29052",
"TokenCreated": "2026-03-24T23:07:47.5870804+00:00",
"TokenExpired": "2026-03-24T23:07:47.5870804+00:00",
"Exception": "sample string 5"
}
<tokenreturnmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <Exception>sample string 5</Exception> <Token>fa16e93e-b865-4e75-8e8c-c7e148e29052</Token> <TokenCreated>2026-03-24T23:07:47.5870804+00:00</TokenCreated> <TokenExpired>2026-03-24T23:07:47.5870804+00:00</TokenExpired> <Username>sample string 1</Username> </tokenreturnmodel>