Back

Reset Password

POST/auth/password/reset

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

emailstring

User email address

Response Body

> 200application/json
// POST /auth/password/reset
// See cURL example for request shape.
{
  "message": "If an account exists, a reset link has been sent."
}