Sign in

Get port order info

documented

Get details for a port order.

GET port_orders/{port_order_id}Portingno 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.1/port_orders/{{$port_order_id}}\" \\\n  -X GET \\\n  -u '{{PHAXIO_API_KEY}}:{{PHAXIO_SECRET}}' \\\n  -H \"Accept: application/json\" \\\n  -H \"Content-Type: application/json\"