Reduce undeliverable messages, identify local-friendly number formats, and resolve caller names with Twilio Lookup. Find phone types, carriers, and more; Lookup allows you to programmatically get information about phone numbers so you can be as effective as possible.
In this example, we're using Lookup to access the Line Type Intelligence package to retrieve line type information about a phone number from the carrier:
1curl -X GET 'https://lookups.twilio.com/v2/PhoneNumbers/+15108675310?Fields=line_type_intelligence' \2-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN
Knowing your users is only a few lines of code away. Choose your programming language and dive into the quickstart, which will get you started using Lookup in:
Detect VoIP phone numbers, which can be often correlated with bots, before sending an SMS using Lookup's Line Type Intelligence package.
2. Filter Out Landline Numbers
Identify landline phone numbers to catch undeliverable SMS messages proactively and avoid unnecessary delivery charges using Lookup's Line Type Intelligence package.
Detect a SIM swap that could be indicative of potential fraud before sending an one-time password (OTP) using the Lookup's SIM Swap package.
Dive deeper into Lookup with our REST API reference and code samples.