This endpoint sends a one-time verification code to a specified email address. It automatically handles undeliverable emails and supports a single retry in case the initial attempt fails. Retries are free of charge. The verification code remains valid for 5 minutes from the time it is sent.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
The email address to verify. e.g. test@example.com
Options for the email verification, such as code_size, alphanumeric_code, and locale.
A dictionary of signals for fraud detection. Keys are signal names (string) and values are signal values (string).
A unique identifier for the vendor or user, such as a UUID or email. This field enables proper session tracking and user data aggregation across multiple verification sessions.