Skip to main content

Create a new password from a token received in email

Update the password from the auth token received in email.

Request Body required

New password request

  • guid string required
  • password string required

    Possible values: >= 8 characters and <= 30 characters

  • token string required
Responses

{"token": "value"}


Schema
  • string
Loading...