GET /auth/forgot-password-key-check HTTP/1.1
Host:
Accept: */*
200
success response
{
"status": 1,
"message": "Invalid key. please try again \" or \" Your forgot password link got expired, try again. \" or \" This link has been used already. please try again"
}
Get Profile
get
This is to get the user profile
Header parameters
AuthorizationstringRequired
Responses
200
success response
*/*
get
GET /auth/get-profile HTTP/1.1
Host:
Authorization: text
Accept: */*
200
success response
{
"status": 1,
"message": "Successfully Get the Profile."
}
{
"status": 1,
"message": "If the user is registered a link to reset the password will be sent to the user’s email address. \" or \" If the user is registered a link to reset the password will be sent to the user’s email address."
}