Storyden
Auth

Auth Password Reset

Complete a password-reset flow using a token that was provided to the member via a reset request operation such as `AuthEmailPasswordReset`.

Complete a password-reset flow using a token that was provided to the member via a reset request operation such as AuthEmailPasswordReset.

POST/auth/password/reset
storyden-session<token>

In: cookie

Request Body

application/json

token*string
new*string

Response Body

application/json

application/json

curl -X POST "https://loading/api/auth/password/reset" \  -H "Content-Type: application/json" \  -d '{    "token": "string",    "new": "password456"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}