Lookup Outbound Fax Status

Lookup the status for a previously sent fax

GET or POST Request

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

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

This will give you back information about the fax request.

Argument

Required

Type

key

yes

api key

fax_id

yes

fax id sent

curl -X POST https://v1.api19.com/fax/lookup \
 -d "fax_id=234234" \
 -d 'key=your-key'

Last updated