Email address check

If you already have a verified email address for a user, you can ask Yoti to check if it is likely to be associated with someone aged over 18.

Yoti checks the email source, if it is linked to an employer and for any financial transactions tied to it.

Email address check requires provisioning through Yoti. Please get in touch through support.yoti.com if interested in using this solution.

Endpoint

The API endpoint to request the email address check for age:

HTTP
Copy

Headers

The HTTP headers for the API request:

HeaderDescription
AuthorizationAPI Key to call the Yoti Age API. Should be sent as a 'Bearer {{API_TOKEN}}'.
Content-Typeapplication/json
Yoti-SDK-IdYour unique Yoti-Sdk-Id (uuid)

Payload

You must verify that the email is in the control of the the target user, i.e. through OTP or registration.

The JSON structure for the API request (payload):

JSON
Copy
FieldValueDescription
typeOVERMust be configured to 'OVER' as this is the only supported type.
threshold18Age threshold; must be configured to 18.
evidenceemail, countryVerified email address of the user, and two letter ISO country code.

Note: All the values are required. We will attempt to filter out bad emails.

Example Response

The JSON structure for the API response:

JSON
Copy
FieldDescription
evidence_idUnique ID related to the request check being performed.
methodThe age verification method performed.
created_atA timestamp for when the age verification method was attempted.
attemptsAttempt count for given method (for email age estimation through API, this is expected to be '1').
status

COMPLETE - The email address has been associated with an Over 18 individual.

ERROR - The check has been performed, but there are adversarial signals.

FAIL - The email address has been associated with an Under 18 individual.

INSUFFICIENT_DATA - Check performed, however this is insufficient data to verify the user age.

resultReturns true if the threshold (18) has been met. Returns false if not met, or on error.
ageThe threshold of the check (18).
typeWhether an OVER/UNDER or AGE type has been requested. Only OVER is supported for Email.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard