Sign in

Get number info

documented

Retrieve information about a provisioned phone number.

GET phone_numbers/{number}Phone numbersno 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/phone_numbers/{{$number}}" \
  -u "{{PHAXIO_API_KEY}}:{{PHAXIO_SECRET}}" \
  -H "Accept: application/json"
Get number info · Phaxio · OpenIntegrations