POST:customers/auth/password/reset.json
Commerce APIPOST:customers/auth/password/reset.json

POST:customers/auth/password/reset.json

Description

Request email with password change token for a customer.

Permission bit: "customers.modify"

Topic: Auth

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

CustomerPasswordReset

{
  "email": "bob.norman@hostmail.com"
}