GET Ticket
Basic authentication header required!
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Ticket
User| Name | Description | Type | Additional information |
|---|---|---|---|
| ticket |
Add this ticket to http header for use other API's |
string |
None. |
| Endusername |
Personal username |
string |
None. |
| Username |
Company's username |
string |
None. |
| PasswordExpires |
Password expiration date |
date |
None. |
| Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticket": "sample string 1",
"Endusername": "sample string 2",
"Username": "sample string 3",
"PasswordExpires": "2026-04-05T14:09:25.0551116+03:00",
"Exception": "sample string 4"
}
application/xml, text/xml
Sample:
<User xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ticket>sample string 1</ticket> <Endusername>sample string 2</Endusername> <Username>sample string 3</Username> <PasswordExpires>2026-04-05T14:09:25.0551116+03:00</PasswordExpires> <Exception>sample string 4</Exception> </User>