Developers
V1ApiAuthEmail otpReset password

Central email authentication: email-otp/reset-password

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.

POST
/api/auth/email-otp/reset-password

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/reset-password" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "otp": "string",    "password": "stringstring"  }'
Empty