Documentation

LogIn

This API is used for Forgetten user password .
Method: Post

Base URL : https://hubbucs.com/site/api/hubb/forget_password
Mandatory Parameters Sample Description
key 374593457034859 The company account API key, you can get from company settings > API settings
email newcontact@url.com email for user to authenticate


Example:


				

Example :

https://hubbucs.com/site/api/hubb/forget_password?key=12134651Gsuid7349&email=XXXXX

Response :

  1. {
  2. "message":"success",
  3. }
  4. ------OR------
  5. {
  6. "error_message":"error message"
  7. }