Get port number info
documentedGet details for a port number in progress.
GET port_numbers/{port_number_id}Portingno 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.1/port_numbers/{{$port_number_id}}" \\n -X GET \\n -u '{{PHAXIO_API_KEY}}:{{PHAXIO_API_SECRET}}' \\n -H \"Accept: application/json\" \\n -H \"Content-Type: application/json\"