List supported countries for sending
documentedList supported countries for sending faxes.
GET public/list_countriesFaxesno 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://api.phaxio.com/v2/public/countries" \
-G \
-H "Accept: application/json" \
-d "per_page={{$per_page}}" \
-d "page={{$page}}"