Verification Built In
From Registration to Confirmed Inbox in Two API Calls
Token-Backed Verification
When an application needs to verify an email address, a single call to the Email Api initiates the workflow.
It creates a time-bound token through the Tokens Api, sends the verification email, and waits.
When the user clicks the link, a second call validates the token and marks the address confirmed.
Your application never has to manage token generation or email construction — both are handled server-side.