Skip to main content
InputObject Input for requesting a password reset.

Input Fields

email
required
Email address of the user requesting password reset.
redirectUri
required
URI where the user will be redirected to complete the password reset. Must match one of the client’s registered redirect URIs.
{
  "email": "abc123",
  "redirectUri": "xyz789"
}