Email Validation
Validate email addresses against target groups and offers
The ClickyID validation system allows you to verify email addresses against defined criteria such as:
- • University domain verification for student discounts
- • Geographic targeting based on institution location
- • Organization type filtering (e.g., educational institutions)
- • Custom domain lists and patterns
Target Group Validation
Validate against a specific target group with defined criteria.
POST /v1/validate/target-group
Offer Validation
Validate against all target groups associated with an offer.
POST /v1/validate/offer
Bulk Validation
Validate multiple emails in a single request for efficiency.
POST /v1/validate/bulk
Successful Validation
Loading syntax highlighting...
Failed Validation
Loading syntax highlighting...
isValid
Boolean
Whether the email passes all validation criteria
targetGroup
Object
Information about the target group used for validation
matchedDomain
String (optional)
The domain that matched the validation criteria
validationDetails
Object
Breakdown of validation results by criteria type
reason
String (optional)
Human-readable explanation when validation fails
Student Email Verification
Verify that an email belongs to a university student for discount eligibility.
Loading syntax highlighting...
Geographic Targeting
Target users from specific regions or countries based on their institution.
Loading syntax highlighting...