cURL
curl --request POST \ --url https://api.deflect.bot/intelligence/phone \ --header 'Content-Type: application/json' \ --data '{ "api_key": "<string>", "phone": "<string>" }'
{ "success": true, "data": { "is_valid": true, "e164_format": "<string>", "country_code": "<string>", "country": "<string>", "country_name": "<string>", "number_type": "<string>", "line_type": "<string>", "carrier": "<string>", "carrier_type": "<string>", "risk_score": 123, "is_disposable": true, "is_virtual": true, "is_threat": true, "is_spam": true, "last_updated": "2023-11-07T05:31:56Z" } }
Validate and enrich a phone number
Your Deflect API Key
+E.164 phone number
Successful response
Show child attributes