Sign in

List supported countries for sending

documented

List supported countries for sending faxes.

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