v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Auth

Reset password with token

post/auth/reset-password

Request body

tokenstring required
passwordstring password required

Response

Password reset successful.

successboolean

Example response

{
  "success": true
}