Create password reset request
post/auth/v0.1/password/forgot
Initiates the password recovery process by sending a one time login link via e-mail.
Request
Authorization
X-AT
header
apiKey
Body
application/json
emailThe e-mail address of the user's account.
string
REQUIRED
Response
200One time login link e-mailed.
422Missing 'email' field in body.
Shell cURL
shell
Show schema
json