SIDEBAR SKINS

HEADER SKINS



Authetication API

POST URL
Example Request For Authentication  
{ 
"email"    :"hello@gmail.com",  
"password" :"12121212", 
} 
    
Example Response For Authentication  

Success Response:

{ 
"status"  :  = "true"
"message" : "User login successful." 
"data"    : {
"agencyname  " :"ITS Demo",
" agent_code " :"A0002035",
" agent_bal  " :"1528.86", 
" agent_id   " :"2035",
}
}

Error Response Code

Status Code Status Message
200 SUCCESS USER LOGIN SUCCESSFUL
400 FALSE AUTHENTICATION FAILED
401 FALSE ACCOUNT IS DISABLED
402 FALSE CHECK AUTHENTICATION METHOD
405 FALSE CHECK SSL/TLS ISSUES:
408 FALSE TOKEN EXPIRED (SPECIFIC TOKEN ERROR)
503 FALSE SERVICE UNAVAILABLE:

Copyright � 2017 - 2023 Pay2kart. All Rights Reserved.