| 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": "b0a61ab1-ea5e-4762-a909-30b16b87fe0f",
"TokenCreated": "2025-11-28T17:30:24.0098724+00:00",
"TokenExpired": "2025-11-28T17:30:24.0098724+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>b0a61ab1-ea5e-4762-a909-30b16b87fe0f</Token> <TokenCreated>2025-11-28T17:30:24.0098724+00:00</TokenCreated> <TokenExpired>2025-11-28T17:30:24.0098724+00:00</TokenExpired> <Username>sample string 1</Username> </tokenreturnmodel>