Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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"
Response
OK
The verification identifier.
"vrf_01jc0t6fwwfgfsq1md24mhyztj"
The status of the verification.
success
, retry
, 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".
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 ordered sequence of channels to be used for verification
The silent verification specific properties.
The metadata for this verification.