cURL
curl --request POST \ --url https://app.closerx.ai/api/start-verification/ \ --header 'Company-Name: <company-name>' \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "phone_number": "string", "friendly_name": "string", "sid": "string", "auth": "string" } '
{ "sid": 99, "phone_number": "+919999008776", "validation_code": "838171", "call_sid": "<string>" }
Initiates a verification process for a phone number using Twilio’s caller ID validation.
Schema name for multi-tenancy
Phone number to be verified
"+919999008776"
Label to identify the phone number
"TEST"
Twilio Account SID
Twilio Auth Token
Verification initiated successfully
Internal system ID for the verification task
99
Phone number that was verified
The generated code for caller ID validation
"838171"
Twilio call SID generated for the verification process