Skip to main content
POST
Forgot Password
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Send a password reset email to the vendor. For security, the response is always the same whether or not the email exists. Rate limited to 3 requests per 15 minutes per IP.

Use Cases

  • Vendor portal “Forgot password?” link — Let vendors request a reset email from the login screen
  • Automated password recovery flows — Trigger a reset on behalf of a vendor from your own UI

Request Body

string
required
The vendor’s registered email address.
string
required
The Shopify shop domain the vendor belongs to (e.g. my-store.myshopify.com).

Response

200

Error Responses

400
429

Example