API Guide

Table Of Contents
8
Appendix A - API Reference
/Authenticate/
Desciption
Confirm User access credentials
Method
post
Response Class
AuthenticateResponse
Response Content-Type: application/json, application/xml
Parameters
Table 1. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body (required) Description of
user to be
authenticated
N/A body AuthenticateRe
quest
Response Status Codes
Table 2. Response Status Codes
HTTP Status Code Reason
201 Authentication successful
401 User not found, domain not found or password
does not match
27