POST api/Login
Request Information
URI Parameters
None.
Body Parameters
LoginUser| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2"
}
text/html
Sample:
{"username":"sample string 1","password":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LoginResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| authToken | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"authToken": "sample string 1"
}
text/html
Sample:
{"authToken":"sample string 1"}