curl --request POST \
--url https://services.leadconnectorhq.com/forms/verify-phone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "aF3KhyL8JIuBwzK3m7Ly",
"mediumId": "aF3KhyL8JIuBwzK3m7Ly",
"phone": "1234567890",
"token": "d39a0b10-01e2-4b81-8ead-c18ae0a0a8ad",
"otp": "434343",
"type": "type",
"captchaToken": "<string>"
}
'{
"statusCode": 400,
"message": "Bad Request"
}Verify Phone
curl --request POST \
--url https://services.leadconnectorhq.com/forms/verify-phone \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"locationId": "aF3KhyL8JIuBwzK3m7Ly",
"mediumId": "aF3KhyL8JIuBwzK3m7Ly",
"phone": "1234567890",
"token": "d39a0b10-01e2-4b81-8ead-c18ae0a0a8ad",
"otp": "434343",
"type": "type",
"captchaToken": "<string>"
}
'{
"statusCode": 400,
"message": "Bad Request"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Location ID
"aF3KhyL8JIuBwzK3m7Ly"
Medium ID
"aF3KhyL8JIuBwzK3m7Ly"
Phone
"1234567890"
Token ID
"d39a0b10-01e2-4b81-8ead-c18ae0a0a8ad"
OTP
"434343"
Type
"type"
Successful response
Was this page helpful?