Skip to main content
POST
/
admin
/
auth
/
forgot-password
Forgot Password
curl --request POST \
  --url https://psn-api.paystub.dev/admin/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Body

application/json
email
string<email>
required

Response

200

Password reset link sent successfully