GET Api/Login?app_id={app_id}&app_version={app_version}&device_type={device_type}&signature={signature}&LoginID={LoginID}&Password={Password}&device_token={device_token}
Validate user and login.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_id |
Required,app_id which is supplied as a string type |
string |
Required |
| app_version |
Required,app_version which is supplied as a string type |
string |
Required |
| device_type |
Required,device_type which is supplied as a string type |
string |
Required |
| signature |
Required,signature which is supplied as a string type and it is of sha256(app_id)+sha256(app_version)+sha256(device_type)+sha256(UserID)+sha256(Password) |
string |
Required |
| LoginID |
Required,LoginID which is supplied as a string type |
string |
Required |
| Password |
Required,Password which is supplied as a string type |
string |
Required |
| device_token |
Required,device_token which is supplied as a string type |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
{"success":true,"data":[{"Status":"F","Message":"Sorry Password is Incorrect","UserCode":null,"UserID":null,"Name":null,"Fname":null,"MName":null,"Email":null,"Mobile":null,"ReferalCode":null,"Verified":null,"Gender":null,"Remark":null,"Joindate":null,"Address":null,"walletAmount":null,"redeemAbleAmount":null}],"message":"Sorry Password is Incorrect"}
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |