Sign in

Lookup phone number

documented

Format and validate a phone number and retrieve carrier data.

GET https://lookups.twilio.com/v2/PhoneNumbers/{PhoneNumber}Lookupno 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 \
  -H "Accept: application/json" \
  -u "{{TWILIO_API_KEY}}:{{TWILIO_SECRET}}"