Skip to main content
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
Response: Returns verification status fields and a nextStep indicator (verify_email, complete_profile, or login).

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

email
string<email>
required

The email address to check verification status for

Response

Verification status retrieved successfully

status
string
Example:

"success"

data
object