Central email authentication: email-otp/request-password-reset
Verified non-admin email accounts can sign in by code or recover a password. New accounts require a live matching email invitation in X-Medbuk-Invitation-Token. Invitations are accepted separately.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/auth/email-otp/request-password-reset" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'Check deletion using the private receipt after login removal POST
The secret goes in the request body, never in a URL. Returns only request state and timestamps. Unknown and expired receipts return the same response. Does not authenticate a MedBuk account or return records.
Central email authentication: email-otp/reset-password POST
Verified non-admin email accounts can sign in by code or recover a password. New accounts require a live matching email invitation in X-Medbuk-Invitation-Token. Invitations are accepted separately.