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":"[email protected]",
"type":"client"
}
Response:-
{
"success": true,
"msg": "Forgot password mail has been sent.",
"data": {}
}
Last updated
Was this helpful?