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
emailEmailAddress
A valid email address.
token_urlobject
Response Body
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": {}
}