v1
latestOpenAPI 3.0.02026-07-17142254986.7 KBAuth
Request password reset
Send password reset instructions to the user email.
post/auth/forgot-password
Request body
Example request
{
"email": "user@example.com"
}Response
Example response
{
"statusCode": 200,
"type": "Object"
}