verification
Verify email and authentication tickets
Verify tickets created by email verification, magic link authentication, or password reset processes. Redirects the user to the appropriate destination upon successful verification.
get/verify
Query parameters
ticketstring required
Ticket
Example:verifyEmail:xxxxxxxx
Ticket
type'emailVerify' | 'emailConfirmChange' | 'signinPasswordless' | 'passwordReset'
Type of the ticket
Example:emailVerify
Type of the ticket. Deprecated, no longer used
redirectTostring uri required
Target URL for the redirect
Example:https://my-app.com/catch-redirection
Target URL for the redirect
codeChallengestring
PKCE code challenge (S256). When present, the redirect will contain an authorization code instead of a refresh token.
Response
An error occurred while processing the request
Example response
{
"status": 400,
"message": "Invalid email format"
}