Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The provider used for authentication.
Example:
"emailpass"
Body
application/json · input · object
The input data necessary for authentication. For example, for email-pass authentication, pass email
and password
properties.
Response
OK
Details on the reset password's status.
Whether the password was reset successfully.