Check verification status
Auth
Check verification status
/auth/verification-status
GET
Check verification status
Description
/auth/verification-status Description: Check the current verification and onboarding status of a user by email. Returns whether the user has verified their email, set a password, completed their profile, and what their next onboarding step should be. This is a public endpoint (no authentication required) and is useful for checking where an invited user is in the onboarding flow. Method:GET
Query Parameters:
email(required) - The email address to check
nextStep indicator (verify_email, complete_profile, or login).
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
The email address to check verification status for