Lookup with country
documentedPerform lookup with CountryCode for region-specific data.
GET https://lookups.twilio.com/v2/PhoneNumbers/{PhoneNumber}?CountryCode={CountryCode}Lookupno implementation yet0 runsNo 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/{{$phone_number}}?CountryCode={{$country_code}}" \
-X GET \
-u {{TWILIO_API_KEY}}:{{TWILIO_API_SECRET}} \
-H "Accept: application/json"