Skip to main content
POST
Requests a password reset for a user based on their email address.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Cancellation token.

email
string
required
redirectUri
string
required

URI where the user will be redirected to complete the password reset. Must match one of the caller's registered redirect URIs.

Response

Password reset requested.

email
string
required