Sessions and passwords
Request password reset
RequestPasswordReset asks an Admin to unlock an account. Nooks sends no email, so the Admin checks it is really them however they like, then approves.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/auth/reset-requests" \ -H "Content-Type: application/json" \ -d '{}'{ "requestUid": "string"}