v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
auth

Request a password reset link

post/auth/password-reset

Request body

emailstring required

Response

Password reset link sent successfully

statusstring
messagestring
statusCodeinteger

Example response

{
  "status": "success",
  "message": "Password reset link sent successfully",
  "statusCode": 200
}