Forgot Password

Forgot Password

POST {{base-url}}/clients/forgot_password

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

Request:- 

{
	"email":"kiran@billeasy.in",
	"type":"client"
}


Response:-

{
    "success": true,
    "msg": "Forgot password mail has been sent.",
    "data": {}
}

Last updated