GET api/authentication/ReturnTokenStatus?EmailAddress={EmailAddress}&Token={Token}&ApplicationKey={ApplicationKey}&APIKey={APIKey}&DeviceID={DeviceID}
This method allows you to grant access for user to application.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
EmailAddress |
Primary Key, use the email address for Register, Update, Enable, Disable and Retrieve. |
string |
Required |
Token |
Unique code generates by the system to give grant access for the user to the application. |
string |
Required |
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>