How does validation url redirect work?

Hello,
I am just looking for some clarification about when a user receives the email verification link. I would like the user to land at my page rather than the auth0 page, is this what the URL redirect achieves? If so, do I need to do the email verification? Or will it be verified first and then redirected to the url I specify?

Thanks,
Ben

When a user receives the verification link he is redirected to the url you specify in the result_url field of Create an Email Verification Ticket endpoint after successful email verification.