Consierge-Service 1.0 Help

reset password

Endpoint

POST /api/password/reset

Request Headers

{ "Accept": "application/json", "Content-Type": "application/json" }

Request Body

{ "email": "[email protected]", "password": "123Qw456", "password_confirmation": "123Qw456", "token": "91fa82464ba5dd236002888cf1bd7c235b648799059b8d46a550f98a9f90a25a" }

Response Body (200)

{ "message": "Password has been reset successfully." }

Response Body (422)

{ "message": "This password reset token is invalid." }
01 September 2025