Sign in

Get fax info

documented

Retrieve the metadata and status for a specific fax.

GET faxes/{fax_id}Faxesno 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/faxes/{{$fax_id}}" \
  -X GET \
  -u "{{PHAXIO_API_KEY}}:{{PHAXIO_API_SECRET}}" \
  -H "Accept: application/json"