get https://{application_vanity_domain}/api/v1/password-reset/create-auth-session
Redirect Required
Your application will need to redirect to this endpoint instead of making a direct API call.
Tenant Vanity Domain Required
When calling this API you need to use the vanity domain of the tenant that the user belongs to.
Creates a new auth session for the password reset request and returns a response containing a redirect to the configured redirect location. The response will also include the session cookie.
The redirect URL that gets returned will resolve in the following order:
- If a client ID was passed to the password reset request and a client login URL is defined, then that will be returned.
- Otherwise, the application login URL is returned.