Set Password
Auth
Set Password
Sets a new password for a user after they have verified their email.
POST
Set Password
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Note: Requires a valid verification token in the Authorization header.Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
The new password to be set
Minimum string length:
8Example:
"securePassword123!"