Login API Documentation
https://api.cryptogeteway.com/
POST

Login User

/LogIn/LogInUser
Request Body
{
  "log_id": "CT0001",
  "pass": "123456"
}
  
cURL
curl -X POST "https://api.cryptogeteway.com/LogIn/LogInUser" \
-H "Content-Type: application/json" \
-d "{\"log_id\":\"CT0001\",\"pass\":\"123456\"}"
  
Success
200 OK
{
  "Success": "1",
  "Message": "Success",
  "TokenValue": "generated_token"
}
  
Errors
400
Invalid Password
User does not exist
Account Blocked
  
POST

Forget Password

/LogIn/ForgetPassword
Request Body
{
  "log_id": "CT0001",
  "mode": "mobile"
}
  
cURL
curl -X POST "https://api.cryptogeteway.com/LogIn/ForgetPassword" \
-H "Content-Type: application/json" \
-d "{\"log_id\":\"CT0001\",\"mode\":\"mobile\"}"
  
Response
Password sent to registered Mobile/Email