POST api/Authenticate/GetAuthenticationToken
Retrieve an Authentication Token which is required with every API call.
Response Information
Response body formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"Status": "sample string 2",
"AuthToken": "sample string 3",
"Reason": "sample string 4"
}
application/xml, text/xml
Sample:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StatusCode>sample string 1</StatusCode> <Status>sample string 2</Status> <AuthToken>sample string 3</AuthToken> <Reason>sample string 4</Reason> </Response>