Allow your users to onboard faster without the need for manually entering a verification code.
dispatchSignals()
SDK method. This will return the verification method to
be used.
verifySilent()
SDK method, providing the request URL received
from the previous API call. This happens in the background without requiring any user input.
Automated phone number verification may use your carrier network, if supported. Data rates may apply.
/verify
endpoint that accepts a POST
request
with the following body:
/check
endpoint that accepts a POST
request with the following
body:
backendClient
that
exposes both verify
and check
endpoints as methods.