User Login
Authenticate Users in your application
User Login
POST
https://a1pay.net/api/usersapi/login
Allow users to login to A1Pay
Request Body
Name
Type
Description
UserPassword
string
Password of user
string
Email of the user
{
"status": "success",
"data": {
"user": {},
"menus": {},
"structuredMenus": {},
"token": "authentication token"
}
}
Last updated