Verify email claim
Verify an email claim using the token from the verification email. Returns the settled claim so the caller can confirm which email and flow was verified.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Verify email claim using the token from the verification email
Response Body
application/json
curl -X POST "https://example.com/auth/verify-email" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{ "verified": true, "email": "string", "flow": "register", "verifiedAt": "string"}Resend verification email by email address POST
Resend the verification email for a pending email claim using the email address. Does not require authentication. Always returns 204 to prevent email enumeration.
Change password POST
Change password for authenticated user by providing current and new password