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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

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]

Body Params
string
required

Channel name which correspond to supported channels ; "Voice"

string
required

method used on verification. supported values : "IVR"

string
required

Recipient mobile number

string

Template code to use when make the call. If not provided , API uses the value defined in account configuration

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain