AuthenticationRequest password reset
Authentication

Request password reset

curl -X POST "https://api.neostra.io/api/v1/auth/reset-password" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "user@example.com"
}'
{
  "success": true,
  "message": "example_string",
  "data": {}
}
POST
/api/v1/auth/reset-password
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
emailstring
Required
Format: email
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

successboolean
messagestring
dataobject