🚀 Greip's API achieved 99.98% uptime for the last 90 days, learn more.
{
"data": {
"carrier": "",
"reason": "Invalid phone number structure.",
"isValid": false,
"custom_rules_applied": {
"total": 0,
"rules": []
}
},
"status": "success",
"executionTime": 1
}
curl --request GET \
--url https://greipapi.com/scoring/phone \
--header 'Authorization: Bearer <token>'{
"data": {
"carrier": "",
"reason": "Invalid phone number structure.",
"isValid": false,
"custom_rules_applied": {
"total": 0,
"rules": []
}
},
"status": "success",
"executionTime": 1
}
This method serves as an additional layer of protection in your system for validating phone numbers. It not only checks the syntax but also assesses the likelihood of the phone number being valid and operational.
By incorporating this scoring into your workflow, you can enhance fraud detection, reduce invalid inputs, and improve the overall quality of data captured.
{
"data": {
"carrier": "",
"reason": "Invalid phone number structure.",
"isValid": false,
"custom_rules_applied": {
"total": 0,
"rules": []
}
},
"status": "success",
"executionTime": 1
}
curl --request GET \
--url https://greipapi.com/scoring/phone \
--header 'Authorization: Bearer <token>'{
"data": {
"carrier": "",
"reason": "Invalid phone number structure.",
"isValid": false,
"custom_rules_applied": {
"total": 0,
"rules": []
}
},
"status": "success",
"executionTime": 1
}
Documentation Index
Fetch the complete documentation index at: https://docs.greip.io/llms.txt
Use this file to discover all available pages before exploring further.
+12121234567, 0012121234567, 12121234567, or 2121234567ISO 3166-1 alpha-2 format of the country code of the phone number. Learn moreSample value: USJSON, XML, CSV, or NewlineFor more information please refer to Response Format.live, or test.For more information please refer to Development Environment.myFunctionName.For more information please refer to JSONP Callback.Hide properties
isValid is true.Hide properties
success, or error.Was this page helpful?