| 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": "f792b6da-5274-4f70-8d67-92b05f7647b3",
"TokenCreated": "2026-03-07T00:29:36.6724326+00:00",
"TokenExpired": "2026-03-07T00:29:36.6724326+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>f792b6da-5274-4f70-8d67-92b05f7647b3</Token> <TokenCreated>2026-03-07T00:29:36.6724326+00:00</TokenCreated> <TokenExpired>2026-03-07T00:29:36.6724326+00:00</TokenExpired> <Username>sample string 1</Username> </tokenreturnmodel>