Mobile - Authentication

Reset Password

Reset password using the code received via email.

post/api/v1/mobile/auth/password-reset

Request body

emailstring required

User email address

tokenstring required

Reset token from email

new_passwordstring required

New password (min 8 characters)

Response

Successful Response

messagestring required

Status message

Changes

No recorded changes to this endpoint across all 1 revision of this API.