Auth
Request a password reset link
POST
/auth/password-reset/requestRequest 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/request" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{ "$schema": "https://example.com/api/v1/schemas/MessageOutputBody.json", "message": "string"}