Authenticate
This is authentication endpoint to authenticate users.
Endpoint => /user/authenticate
Request Body
Name
Type
Description
{
"status": "Success",
"description": "Login Successfull",
"authDetails": {
"authToken": "PBKWY4APEAQD83FBU9GZK37NGH11SUNH-168",
"expireToken": "2023-01-27 05:06:08"
},
"userDetails": {
"userID": "G-4568-3493",
"Full Name": "King One Admin",
"Username": "kingOneAdmin"
},
"orgDetails": {
"secret-key": "T2Y629UUeiwe7fjdj838934ooosoi82398297297482992",
"Org Full Name": "King One Enterprise"
}
}Last updated