v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Authentication

Set password

Sets a password for a new user

post/accounts/set-password

Request body

tokenstring required

Set password token

passwordstring required

New password.

Requirements:

  • Minimum length: 8 characters
  • Must contain at least one uppercase letter
  • Must contain at least one lowercase letter
  • Must contain at least one digit (number)
  • Must contain at least one special character (punctuation or symbol)
  • Maximum length: 99 characters

Response

Password set successfully