Send IVR Verification

Make a call to the recipient’s phone number to verify his identity, and that the given phone number is valid. Verify will send result to your Callback URL configured into your account. Supported channel for IVR is ONLY Voice

🚧

Deprecation notice

This base URL will be deprecated by 1/5/2023
https://apis.cequens.com/verify

please use the following base URL instead in your implementation:
https://apis.cequens.com/mfa

📘

Callback URL

your callback URL will be called with verification result as below:
http://your-backend-callback?checkCode=xxxxxxx&status=verified&verified=1
these querystring parameters will be sent to your back end:
checkCode : check code that returned in Send request
status : status string which describe verification status. Available values : [verified, failed]
verified : status code of verification (integer value). Available values : [1 = verified, 2= failed]

Language
Credentials
Header
Click Try It! to start a request and see the response here!