GET api/authentication/AuthenticateApplicationAccess?ApplicationKey={ApplicationKey}&APIKey={APIKey}&DeviceID={DeviceID}
This method allows the Traxia system to authenticate application access, this authentication is needed for communication between application (such as console apps want to access apps).
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
ApplicationKey |
The application identity issued by an authorized publisher of Traxia services. This identity is unique and generated one-time during registration. |
string |
Required |
APIKey |
Secret key issued to be challenged as identity verification. |
string |
Required |
DeviceID |
Unique code to identify a device that connects to the Traxia system, such as IMEI. |
string |
None |
Body Parameters
None
Response Information
Resource Description
ResponseCodeResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml, multipart/form-data
Sample:
<Constants.ResponseCode xmlns="http://schemas.datacontract.org/2004/07/Traxia.Common">FAIL</Constants.ResponseCode>