Auth
Auth Password Reset Request Email
Request password reset email to be sent to the specified email address.
Request password reset email to be sent to the specified email address.
POST
/auth/email-password/resetstoryden-session<token>
In: cookie
Request Body
application/json
email*string
A valid email address.
token_url*
Response Body
application/json
curl -X POST "https://loading/api/auth/email-password/reset" \ -H "Content-Type: application/json" \ -d '{ "email": "hello@storyden.org", "token_url": { "url": "string", "query": "string" } }'Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}