Create a new verification for a specific phone number. If another non-expired verification exists (the request is performed within the verification window), this endpoint will perform a retry instead.
Documentation Index
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The verification target. Either a phone number or an email address. To use the email verification feature contact us to discuss your use case.
Verification options
The metadata for this verification. This object will be returned with every response or webhook sent that refers to this verification.
The identifier of the dispatch that came from the front-end SDK.
36"123e4567-e89b-12d3-a456-426614174000"
OK
The verification identifier.
"vrf_01jc0t6fwwfgfsq1md24mhyztj"
The status of the verification.
success - A new verification window was created.retry - A new attempt was created for an existing verification window.challenged - The verification is suspicious and is restricted to non-SMS and non-voice channels only. This mode must be enabled for your customer account by Prelude support.blocked - The verification was blocked.shadow_blocked - The verification triggered a block rule but the decision was not enforced; this is used to dry-run anti-fraud configuration. This mode must be enabled for your customer account by Prelude support.success, retry, challenged, blocked, shadow_blocked "success"
The method used for verifying this phone number.
email, message, silent, voice The reason why the verification was blocked. Only present when status is "blocked" or "shadow_blocked".
expired_signature - The signature of the SDK signals is expired. They should be sent within
the hour following their collection.in_block_list - The phone number is part of the configured block list.invalid_phone_line - The phone number is not a valid line number (e.g. landline).invalid_phone_number - The phone number is not a valid phone number (e.g. unallocated range).invalid_signature - The signature of the SDK signals is invalid.repeated_attempts - The phone number has made too many verification attempts.suspicious - The verification attempt was deemed suspicious by the anti-fraud system.expired_signature, in_block_list, invalid_phone_line, invalid_phone_number, invalid_signature, repeated_attempts, suspicious "invalid_phone_number"
The risk factors that contributed to the verification being blocked. Only present when status is "blocked" or "shadow_blocked" and the anti-fraud system detected specific risk signals.
behavioral_pattern - The phone number past behavior during verification flows exhibits suspicious patterns.device_attribute - The device exhibits characteristics associated with suspicious activity patterns.fraud_database - The phone number has been flagged as suspicious in one or more of our fraud databases.location_discrepancy - The phone number prefix and IP address discrepancy indicates potential fraud.network_fingerprint - The network connection exhibits characteristics associated with suspicious activity patterns.poor_conversion_history - The phone number has a history of poorly converting to a verified phone number.prefix_concentration - The phone number is part of a range known to be associated with suspicious activity patterns.suspected_request_tampering - The SDK signature is invalid and the request is considered to be tampered with.suspicious_ip_address - The IP address is deemed to be associated with suspicious activity patterns.temporary_phone_number - The phone number is known to be a temporary or disposable number.behavioral_pattern, device_attribute, fraud_database, location_discrepancy, network_fingerprint, poor_conversion_history, prefix_concentration, suspected_request_tampering, suspicious_ip_address, temporary_phone_number ["suspicious_ip_address", "fraud_database"]The ordered sequence of channels to be used for verification
rcs, silent, sms, telegram, viber, voice, whatsapp, zalo The silent verification specific properties.
The metadata for this verification.