GET
/
customer
/
reset-password
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v1/customer/reset-password \
  --header 'token: <token>'
{
  "success": true,
  "message": "If you entered a correct email address, you will receive an email shortly.",
  "response": "passwords.sent"
}

Headers

token
string
required
Examples:

"sk_XpgMmyMBc50C4sHZkzS3"

Query Parameters

email
string
required
Examples:

"test2@baseserv.com"

Response

default - application/json

The response is of type object.