Auth
Auth Password Reset Request Email
Request password reset email to be sent to the specified email address.
POST
/auth/email-password/resetRequest password reset email to be sent to the specified email address.
storyden-session<token>
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/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": {}
}