List Faxes

List all outbound faxes

GET or POST Request

https://v1.api19.com/fax/list

Send us a GET or POST request with your key and fax id.

This will list all outbound faxes with status and other information

Argument

Required

Type

key

yes

api key

limit

no

int - how many replies

offset

no

int - for pagination

did

no

show only faxes for this number

date_from

no

2024-05-03 00:00:00

date_to

no

2024-05-06 00:00:00

direction

no

inbound or outbound (default both)

source

no

source number

destination

no

destination number

curl -X POST https://v1.api19.com/fax/list\
 -d "limit=1000" \
 -d 'key=your-key'

Last updated