API Endpoints and Functions |
|
Public
View Platform Statistics
Create Account
Verify Email
https://api.sandbox.crowdvalley.com/v1/{network}/public/verifyEmail
Validates a User's email address.
This function requires the parameters user_id and secret, which must be generated by calling POST /users or POST /self/resendVerificationEmail in advance of reaching the page from which POST /public/verifyEmail is called. Successfully calling this function sets the User's email_verified flag to true.
Key Concepts: Email Verification | User Onboarding | Unauthenticated User | Starter Functions |