POST Api/StorageCustomer/RemoteLoginApp
Authenticates an user and returns a so called auth-token that must be in the request -header of every subsequent call. The name of the value pair sent in each header must be auth_token and the value must be the token returned from this call.
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 - OK
400 - Bad request - malformed parameter.
403 - Access was denied. Invalid apikey or apikey missing.
500 - Serverside exception.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
Storage