Sign in

Lookup phone number (v2)

documented

Retrieve carrier/validity data for a number.

GET https://lookups.twilio.com/v2/PhoneNumbers/{PhoneNumber}Lookup APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://lookups.twilio.com/v2/PhoneNumbers/{{$PhoneNumber}}" \
  -X GET \
  -u {{TWILIO_API_KEY}}:{{TWILIO_API_KEY_SECRET}} \
  -H "Accept: application/json"  # Based on Twilio Lookup v2 API docs