Skip to main content

OTP

Run OTP

curl --location 'https://{{base_url}}/v3/autocall/otp' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"campaign_uuid": "f77dfcf4-0759-4179-93cb-741f481a776e",
"phone_number": "0332665711",
"template": "otp_script_01",
"code_otp": "LUAN001",
"ref_id": "ABC123"
}'

Response trả về:

{
"call_id": "d6142fb6-6b3a-48fb-bd21-30f83ccb28c9",
"lead_uuid": "1fc20735-a93f-4b9e-b348-e63b503a1ee1",
"message": "success",
"ref_id": "ABC123"
}

API thực hiện cuộc gọi OTP

HTTP Request

POST https://{{base_url}}/v3/autocall/otp

Body

Sample data:

{
"campaign_uuid": "f77dfcf4-0759-4179-93cb-741f481a776e",
"phone_number": "0332665711",
"template": "otp_script_01",
"code_otp": "LUAN001",
"ref_id": "ABC123"
}
ParameterDescriptionRequired
campaign_uuidUUID của campaignx
phone_numberSố điện thoại nhận cuộc gọix
template_nameKịch bản đọc code OTPx
code_otpCode OTPx
ref_idMã tham chiếu của cuộc gọi (optional)