PearPear

Reset password

Reset password using the password reset token from email

POST
/auth/password/reset

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Reset password using a password reset token

Response Body

curl -X POST "https://example.com/auth/password/reset" \  -H "Content-Type: application/json" \  -d '{    "token": "string",    "password": "stringst"  }'
Empty