Auth
Reset a password with a single-use token
POST
/auth/password-reset/confirmRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/auth/password-reset/confirm" \ -H "Content-Type: application/json" \ -d '{ "new_password": "stringstring", "token": "stringstringstringstringstringst" }'{ "$schema": "https://example.com/api/v1/schemas/ResetPasswordOutputBody.json", "message": "string"}